-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b8f5ea
commit 6596518
Showing
76 changed files
with
11,599 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"devFiles": [ | ||
"static/chunks/react-refresh.js" | ||
], | ||
"ampDevFiles": [], | ||
"lowPriorityFiles": [ | ||
"static/development/_buildManifest.js", | ||
"static/development/_ssgManifest.js" | ||
], | ||
"rootMainFiles": [], | ||
"pages": { | ||
"/_app": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main.js", | ||
"static/chunks/pages/_app.js" | ||
], | ||
"/_error": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main.js", | ||
"static/chunks/pages/_error.js" | ||
] | ||
}, | ||
"ampFirstPages": [] | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"devFiles": [ | ||
"static/chunks/fallback/react-refresh.js" | ||
], | ||
"ampDevFiles": [ | ||
"static/chunks/fallback/webpack.js", | ||
"static/chunks/fallback/amp.js" | ||
], | ||
"lowPriorityFiles": [], | ||
"rootMainFiles": [], | ||
"pages": { | ||
"/_app": [ | ||
"static/chunks/fallback/webpack.js", | ||
"static/chunks/fallback/main.js", | ||
"static/chunks/fallback/pages/_app.js" | ||
], | ||
"/_error": [ | ||
"static/chunks/fallback/webpack.js", | ||
"static/chunks/fallback/main.js", | ||
"static/chunks/fallback/pages/_error.js" | ||
] | ||
}, | ||
"ampFirstPages": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type": "commonjs"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"sortedMiddleware": [], | ||
"middleware": {}, | ||
"functions": {}, | ||
"version": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
self.__REACT_LOADABLE_MANIFEST="{}" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"/_app": "pages/_app.js", | ||
"/_error": "pages/_error.js", | ||
"/_document": "pages/_document.js", | ||
"/": "pages/index.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
"use strict"; | ||
/* | ||
* ATTENTION: An "eval-source-map" devtool has been used. | ||
* This devtool is neither made for production nor for readable output files. | ||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. | ||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) | ||
* or disable the default devtool with "devtool: false". | ||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). | ||
*/ | ||
(() => { | ||
var exports = {}; | ||
exports.id = "pages/_app"; | ||
exports.ids = ["pages/_app"]; | ||
exports.modules = { | ||
|
||
/***/ "react": | ||
/*!************************!*\ | ||
!*** external "react" ***! | ||
\************************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("react"); | ||
|
||
/***/ }) | ||
|
||
}; | ||
; | ||
|
||
// load runtime | ||
var __webpack_require__ = require("../webpack-runtime.js"); | ||
__webpack_require__.C(exports); | ||
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) | ||
var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc"], () => (__webpack_exec__("./node_modules/next/dist/pages/_app.js"))); | ||
module.exports = __webpack_exports__; | ||
|
||
})(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
"use strict"; | ||
/* | ||
* ATTENTION: An "eval-source-map" devtool has been used. | ||
* This devtool is neither made for production nor for readable output files. | ||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. | ||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) | ||
* or disable the default devtool with "devtool: false". | ||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). | ||
*/ | ||
(() => { | ||
var exports = {}; | ||
exports.id = "pages/_document"; | ||
exports.ids = ["pages/_document"]; | ||
exports.modules = { | ||
|
||
/***/ "next/dist/compiled/next-server/pages.runtime.dev.js": | ||
/*!**********************************************************************!*\ | ||
!*** external "next/dist/compiled/next-server/pages.runtime.dev.js" ***! | ||
\**********************************************************************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("next/dist/compiled/next-server/pages.runtime.dev.js"); | ||
|
||
/***/ }), | ||
|
||
/***/ "react": | ||
/*!************************!*\ | ||
!*** external "react" ***! | ||
\************************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("react"); | ||
|
||
/***/ }), | ||
|
||
/***/ "path": | ||
/*!***********************!*\ | ||
!*** external "path" ***! | ||
\***********************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("path"); | ||
|
||
/***/ }) | ||
|
||
}; | ||
; | ||
|
||
// load runtime | ||
var __webpack_require__ = require("../webpack-runtime.js"); | ||
__webpack_require__.C(exports); | ||
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) | ||
var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/next","vendor-chunks/@swc"], () => (__webpack_exec__("./node_modules/next/dist/pages/_document.js"))); | ||
module.exports = __webpack_exports__; | ||
|
||
})(); |
Oops, something went wrong.