astock-agent/frontend/node_modules/next/dist/esm/client/app-next-turbopack.js
2026-04-07 20:51:00 +08: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