UNPKG

next

Version:

The React Framework

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