You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
303 B

2 months ago
// 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