Files
scrap/node_modules/next/dist/esm/client/app-next-turbopack.js
2024-09-24 03:52:46 +00:00

11 lines
303 B
JavaScript

// TODO-APP: hydration warning
import { appBootstrap } from "./app-bootstrap";
window.next.version += "-turbo";
self.__webpack_hash__ = "";
appBootstrap(()=>{
const { hydrate } = require("./app-index");
hydrate();
}) // TODO-APP: build indicator
;
//# sourceMappingURL=app-next-turbopack.js.map