6 lines
224 B
JavaScript
6 lines
224 B
JavaScript
import "../server/require-hook";
|
|
export { getDefinedNamedExports, hasCustomGetInitialProps, isPageStatic } from "./utils";
|
|
import exportPage from "../export/worker";
|
|
export { exportPage };
|
|
|
|
//# sourceMappingURL=worker.js.map
|