next
Version:
The React Framework
11 lines (10 loc) • 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