- Created type definitions for `auth`, `layout`, and `page` components to ensure type safety and consistency. - Implemented checks for entry validity and prop types using utility types. - Added a `package.json` file to specify module type for TypeScript compatibility.
21 lines
474 B
JavaScript
21 lines
474 B
JavaScript
self.__BUILD_MANIFEST = {
|
|
"polyfillFiles": [
|
|
"static/chunks/polyfills.js"
|
|
],
|
|
"devFiles": [],
|
|
"ampDevFiles": [],
|
|
"lowPriorityFiles": [],
|
|
"rootMainFiles": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js"
|
|
],
|
|
"pages": {
|
|
"/_app": []
|
|
},
|
|
"ampFirstPages": []
|
|
};
|
|
self.__BUILD_MANIFEST.lowPriorityFiles = [
|
|
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",
|
|
,"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js",
|
|
|
|
]; |