Initial boiler plate project
This commit is contained in:
6
node_modules/next/dist/esm/build/worker.js
generated
vendored
Normal file
6
node_modules/next/dist/esm/build/worker.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import "../server/require-hook";
|
||||
export { getDefinedNamedExports, hasCustomGetInitialProps, isPageStatic } from "./utils";
|
||||
import exportPage from "../export/worker";
|
||||
export { exportPage };
|
||||
|
||||
//# sourceMappingURL=worker.js.map
|
||||
Reference in New Issue
Block a user