9 lines
237 B
JavaScript
9 lines
237 B
JavaScript
|
|
// TODO-APP: hydration warning
|
||
|
|
import { appBootstrap } from './app-bootstrap';
|
||
|
|
appBootstrap(()=>{
|
||
|
|
const { hydrate } = require('./app-index');
|
||
|
|
hydrate();
|
||
|
|
}) // TODO-APP: build indicator
|
||
|
|
;
|
||
|
|
|
||
|
|
//# sourceMappingURL=app-next-dev.js.map
|