@envin/cli 1.1.9 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/cli/index.mjs +21 -30
- package/dist/preview/.next/BUILD_ID +1 -1
- package/dist/preview/.next/app-path-routes-manifest.json +1 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__6e020478._.js +441 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__6e020478._.js.map +7 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__b9a30b01._.js +233 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__b9a30b01._.js.map +8 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__c7ae8543._.js +500 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__c7ae8543._.js.map +11 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__e1331f3c._.js +500 -0
- package/dist/preview/.next/build/chunks/[root-of-the-server]__e1331f3c._.js.map +11 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_f8ac0875._.js +13 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_f8ac0875._.js.map +5 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_webpack-loaders_ts_c84aa21a._.js +12 -0
- package/dist/preview/.next/build/chunks/[turbopack-node]_transforms_webpack-loaders_ts_c84aa21a._.js.map +5 -0
- package/dist/preview/.next/build/chunks/[turbopack]_runtime.js +770 -0
- package/dist/preview/.next/build/chunks/[turbopack]_runtime.js.map +10 -0
- package/dist/preview/.next/build/chunks/node_modules_fe693df6._.js +6758 -0
- package/dist/preview/.next/build/chunks/node_modules_fe693df6._.js.map +47 -0
- package/dist/preview/.next/build/package.json +1 -0
- package/dist/preview/.next/build/postcss.js +6 -0
- package/dist/preview/.next/build/postcss.js.map +5 -0
- package/dist/preview/.next/build/webpack-loaders.js +6 -0
- package/dist/preview/.next/build/webpack-loaders.js.map +5 -0
- package/dist/preview/.next/build-manifest.json +13 -26
- package/dist/preview/.next/diagnostics/build-diagnostics.json +1 -1
- package/dist/preview/.next/diagnostics/framework.json +1 -1
- package/dist/preview/.next/fallback-build-manifest.json +12 -0
- package/dist/preview/.next/images-manifest.json +12 -3
- package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
- package/dist/preview/.next/next-server.js.nft.json +1 -1
- package/dist/preview/.next/prerender-manifest.json +56 -4
- package/dist/preview/.next/required-server-files.json +69 -68
- package/dist/preview/.next/routes-manifest.json +14 -5
- package/dist/preview/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/dist/preview/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/dist/preview/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/dist/preview/.next/server/app/_global-error/page.js +11 -0
- package/dist/preview/.next/server/app/_global-error/page.js.map +5 -0
- package/dist/preview/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/dist/preview/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/dist/preview/.next/server/app/_global-error.html +2 -0
- package/dist/preview/.next/server/app/_global-error.meta +15 -0
- package/dist/preview/.next/server/app/_global-error.rsc +13 -0
- package/dist/preview/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/dist/preview/.next/server/app/_global-error.segments/_full.segment.rsc +13 -0
- package/dist/preview/.next/server/app/_global-error.segments/_head.segment.rsc +8 -0
- package/dist/preview/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/dist/preview/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/dist/preview/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/dist/preview/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/dist/preview/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/dist/preview/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/dist/preview/.next/server/app/_not-found/page.js +14 -2
- package/dist/preview/.next/server/app/_not-found/page.js.map +5 -0
- package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +2 -1
- package/dist/preview/.next/server/app/_not-found.html +1 -1
- package/dist/preview/.next/server/app/_not-found.meta +9 -1
- package/dist/preview/.next/server/app/_not-found.rsc +13 -17
- package/dist/preview/.next/server/app/_not-found.segments/_full.segment.rsc +14 -0
- package/dist/preview/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
- package/dist/preview/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
- package/dist/preview/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/dist/preview/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/dist/preview/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/dist/preview/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/favicon.ico/route/build-manifest.json +11 -0
- package/dist/preview/.next/server/app/favicon.ico/route.js +6 -1
- package/dist/preview/.next/server/app/favicon.ico/route.js.map +5 -0
- package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page/app-paths-manifest.json +3 -0
- package/dist/preview/.next/server/app/page/build-manifest.json +17 -0
- package/dist/preview/.next/server/app/page/next-font-manifest.json +11 -0
- package/dist/preview/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/dist/preview/.next/server/app/page/server-reference-manifest.json +65 -0
- package/dist/preview/.next/server/app/page.js +17 -133
- package/dist/preview/.next/server/app/page.js.map +5 -0
- package/dist/preview/.next/server/app/page.js.nft.json +1 -1
- package/dist/preview/.next/server/app/page_client-reference-manifest.js +2 -1
- package/dist/preview/.next/server/app-paths-manifest.json +1 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__838f166b._.js +21 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__838f166b._.js.map +1 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__a6d89067._.js +3 -0
- package/dist/preview/.next/server/chunks/[root-of-the-server]__a6d89067._.js.map +1 -0
- package/dist/preview/.next/server/chunks/[turbopack]_runtime.js +770 -0
- package/dist/preview/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
- package/dist/preview/.next/server/chunks/packages_cli__next-internal_server_app_favicon_ico_route_actions_16935a63.js +3 -0
- package/dist/preview/.next/server/chunks/packages_cli__next-internal_server_app_favicon_ico_route_actions_16935a63.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[externals]_node:readline_e1ac3fd6._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[externals]_node:readline_e1ac3fd6._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__02434b4b._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__02434b4b._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__10e1b9ab._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__10e1b9ab._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__302f9ef2._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__302f9ef2._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__3aaf07ce._.js +29 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__3aaf07ce._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__568fcbd4._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__568fcbd4._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__6583c525._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__6583c525._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__9f74f2d1._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__9f74f2d1._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__a457c799._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__a457c799._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__b9356576._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e2e728e5._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e2e728e5._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e3d1c002._.js +55 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e3d1c002._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e874a6e0._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__e874a6e0._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
- package/dist/preview/.next/server/chunks/ssr/[turbopack]_runtime.js.map +10 -0
- package/dist/preview/.next/server/chunks/ssr/_5c101821._.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/_5c101821._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/_73703b11._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/_73703b11._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_423e7141._.js +6 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_423e7141._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_11acbe8c._.js +47 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_11acbe8c._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_bd2521b0._.js +47 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_consola_dist_chunks_prompt_mjs_bd2521b0._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_43356b1f._.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_43356b1f._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_982e7503._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_982e7503._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js +6 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_368abded.js +4 -0
- package/dist/preview/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_368abded.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__global-error_page_actions_58b3e447.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__global-error_page_actions_58b3e447.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__not-found_page_actions_9e2ea381.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli__next-internal_server_app__not-found_page_actions_9e2ea381.js.map +1 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli_src_app_9ef401ea._.js +3 -0
- package/dist/preview/.next/server/chunks/ssr/packages_cli_src_app_9ef401ea._.js.map +1 -0
- package/dist/preview/.next/server/middleware-build-manifest.js +21 -1
- package/dist/preview/.next/server/middleware-manifest.json +2 -2
- package/dist/preview/.next/server/next-font-manifest.js +1 -1
- package/dist/preview/.next/server/next-font-manifest.json +15 -1
- package/dist/preview/.next/server/pages/404.html +1 -1
- package/dist/preview/.next/server/pages/500.html +2 -1
- package/dist/preview/.next/server/pages-manifest.json +2 -4
- package/dist/preview/.next/server/server-reference-manifest.js +1 -1
- package/dist/preview/.next/server/server-reference-manifest.json +66 -1
- package/dist/preview/.next/static/chunks/17cd0f75d9eb7ad0.js +26 -0
- package/dist/preview/.next/static/chunks/30d1403f7c74b0a8.css +3 -0
- package/dist/preview/.next/static/chunks/73ff44ecd0b4dad4.js +4 -0
- package/dist/preview/.next/static/chunks/82d7580f2e728405.js +1 -0
- package/dist/preview/.next/static/chunks/bd4ab1517efdc1c3.js +1 -0
- package/dist/preview/.next/static/chunks/cbd55ab9639e1e66.js +1 -0
- package/dist/preview/.next/static/chunks/edda14529ded6063.js +2 -0
- package/dist/preview/.next/static/chunks/turbopack-3a0f146c672debbd.js +3 -0
- package/dist/preview/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/dist/preview/.next/static/media/favicon.5e7f5916.ico +0 -0
- package/dist/preview/.next/static/uJflanlbvalEUDtpddOXj/_buildManifest.js +11 -0
- package/dist/preview/.next/static/uJflanlbvalEUDtpddOXj/_clientMiddlewareManifest.json +1 -0
- package/dist/preview/.next/trace +1 -19
- package/dist/preview/.next/trace-build +1 -0
- package/dist/preview/.next/turbopack +0 -0
- package/dist/preview/.next/types/routes.d.ts +57 -0
- package/dist/preview/.next/types/validator.ts +61 -0
- package/next-env.d.ts +1 -0
- package/next.config.js +1 -16
- package/package.json +22 -31
- package/src/app/layout.tsx +1 -0
- package/src/components/ui/accordion.tsx +1 -1
- package/src/components/ui/form.tsx +1 -1
- package/src/components/ui/label.tsx +1 -1
- package/src/components/ui/scroll-area.tsx +1 -1
- package/src/components/ui/select.tsx +1 -1
- package/src/components/ui/toggle.tsx +1 -1
- package/src/components/ui/tooltip.tsx +1 -1
- package/tsconfig.json +8 -2
- package/dist/preview/.next/app-build-manifest.json +0 -27
- package/dist/preview/.next/server/chunks/155.js +0 -45
- package/dist/preview/.next/server/chunks/496.js +0 -6
- package/dist/preview/.next/server/chunks/55.js +0 -7
- package/dist/preview/.next/server/chunks/569.js +0 -45
- package/dist/preview/.next/server/chunks/692.js +0 -45
- package/dist/preview/.next/server/chunks/699.js +0 -22
- package/dist/preview/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/dist/preview/.next/server/pages/_app.js +0 -1
- package/dist/preview/.next/server/pages/_app.js.nft.json +0 -1
- package/dist/preview/.next/server/pages/_document.js +0 -1
- package/dist/preview/.next/server/pages/_document.js.nft.json +0 -1
- package/dist/preview/.next/server/pages/_error.js +0 -19
- package/dist/preview/.next/server/pages/_error.js.nft.json +0 -1
- package/dist/preview/.next/server/webpack-runtime.js +0 -1
- package/dist/preview/.next/static/ZvEeNnQCdsowPRhsnLzyQ/_buildManifest.js +0 -1
- package/dist/preview/.next/static/chunks/442-41ca9bf0a86c9fdd.js +0 -22
- package/dist/preview/.next/static/chunks/87c73c54-1f4741035a95c140.js +0 -1
- package/dist/preview/.next/static/chunks/902-a1b735a0b0a65f38.js +0 -1
- package/dist/preview/.next/static/chunks/app/_not-found/page-4d317ef7aff02905.js +0 -1
- package/dist/preview/.next/static/chunks/app/layout-e5f42c1da65f0b8c.js +0 -1
- package/dist/preview/.next/static/chunks/app/page-9a7418754a1a178e.js +0 -1
- package/dist/preview/.next/static/chunks/framework-c638b7ce6a6487b4.js +0 -1
- package/dist/preview/.next/static/chunks/main-app-ef4fe5383916541f.js +0 -1
- package/dist/preview/.next/static/chunks/main-df3bdf5f1b8063cf.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_app-a050a8e6e4fb04cf.js +0 -1
- package/dist/preview/.next/static/chunks/pages/_error-3e422ffd891594de.js +0 -1
- package/dist/preview/.next/static/chunks/webpack-6fd1f9e039b848f1.js +0 -1
- package/dist/preview/.next/static/css/0244da177bae1d09.css +0 -3
- package/dist/preview/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/preview/.next/types/app/layout.ts +0 -84
- package/dist/preview/.next/types/app/page.ts +0 -84
- package/dist/preview/.next/types/cache-life.d.ts +0 -141
- package/dist/preview/.next/types/package.json +0 -1
- /package/dist/preview/.next/{react-loadable-manifest.json → server/app/_global-error/page/react-loadable-manifest.json} +0 -0
- /package/dist/preview/.next/static/chunks/{polyfills-42372ed130431b0a.js → a6dad97d9634a72d.js} +0 -0
- /package/dist/preview/.next/static/media/{9610d9e46709d722-s.woff2 → 4fa387ec64143e14-s.c1fdd6c2.woff2} +0 -0
- /package/dist/preview/.next/static/media/{ba015fad6dcf6784-s.woff2 → 7178b3e590c64307-s.b97b3418.woff2} +0 -0
- /package/dist/preview/.next/static/media/{93f479601ee12b01-s.p.woff2 → 797e433ab948586e-s.p.dbea232f.woff2} +0 -0
- /package/dist/preview/.next/static/media/{8d697b304b401681-s.woff2 → 8a480f0b521d4e75-s.8e0177b5.woff2} +0 -0
- /package/dist/preview/.next/static/media/{747892c23ea88013-s.woff2 → bbc41e54d2fcbd21-s.799d8ef8.woff2} +0 -0
- /package/dist/preview/.next/static/{ZvEeNnQCdsowPRhsnLzyQ → uJflanlbvalEUDtpddOXj}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,57 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 4,
|
|
3
3
|
"routes": {
|
|
4
|
+
"/_global-error": {
|
|
5
|
+
"experimentalBypassFor": [
|
|
6
|
+
{
|
|
7
|
+
"type": "header",
|
|
8
|
+
"key": "next-action"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"type": "header",
|
|
12
|
+
"key": "content-type",
|
|
13
|
+
"value": "multipart/form-data;.*"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"initialRevalidateSeconds": false,
|
|
17
|
+
"srcRoute": "/_global-error",
|
|
18
|
+
"dataRoute": "/_global-error.rsc",
|
|
19
|
+
"prefetchDataRoute": null,
|
|
20
|
+
"allowHeader": [
|
|
21
|
+
"host",
|
|
22
|
+
"x-matched-path",
|
|
23
|
+
"x-prerender-revalidate",
|
|
24
|
+
"x-prerender-revalidate-if-generated",
|
|
25
|
+
"x-next-revalidated-tags",
|
|
26
|
+
"x-next-revalidate-tag-token"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"/_not-found": {
|
|
30
|
+
"initialStatus": 404,
|
|
31
|
+
"experimentalBypassFor": [
|
|
32
|
+
{
|
|
33
|
+
"type": "header",
|
|
34
|
+
"key": "next-action"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": "header",
|
|
38
|
+
"key": "content-type",
|
|
39
|
+
"value": "multipart/form-data;.*"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"initialRevalidateSeconds": false,
|
|
43
|
+
"srcRoute": "/_not-found",
|
|
44
|
+
"dataRoute": "/_not-found.rsc",
|
|
45
|
+
"prefetchDataRoute": null,
|
|
46
|
+
"allowHeader": [
|
|
47
|
+
"host",
|
|
48
|
+
"x-matched-path",
|
|
49
|
+
"x-prerender-revalidate",
|
|
50
|
+
"x-prerender-revalidate-if-generated",
|
|
51
|
+
"x-next-revalidated-tags",
|
|
52
|
+
"x-next-revalidate-tag-token"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
4
55
|
"/favicon.ico": {
|
|
5
56
|
"initialHeaders": {
|
|
6
57
|
"cache-control": "public, max-age=0, must-revalidate",
|
|
@@ -10,7 +61,7 @@
|
|
|
10
61
|
"experimentalBypassFor": [
|
|
11
62
|
{
|
|
12
63
|
"type": "header",
|
|
13
|
-
"key": "
|
|
64
|
+
"key": "next-action"
|
|
14
65
|
},
|
|
15
66
|
{
|
|
16
67
|
"type": "header",
|
|
@@ -21,6 +72,7 @@
|
|
|
21
72
|
"initialRevalidateSeconds": false,
|
|
22
73
|
"srcRoute": "/favicon.ico",
|
|
23
74
|
"dataRoute": null,
|
|
75
|
+
"prefetchDataRoute": null,
|
|
24
76
|
"allowHeader": [
|
|
25
77
|
"host",
|
|
26
78
|
"x-matched-path",
|
|
@@ -34,8 +86,8 @@
|
|
|
34
86
|
"dynamicRoutes": {},
|
|
35
87
|
"notFoundRoutes": [],
|
|
36
88
|
"preview": {
|
|
37
|
-
"previewModeId": "
|
|
38
|
-
"previewModeSigningKey": "
|
|
39
|
-
"previewModeEncryptionKey": "
|
|
89
|
+
"previewModeId": "8d7c68c4bf74049bbe4fcc81dfde8923",
|
|
90
|
+
"previewModeSigningKey": "12f0a16eb2ed48ac453c54a02a31ccab2c7e554b008de0c6e0235562c7e9d067",
|
|
91
|
+
"previewModeEncryptionKey": "1a1ee7a1198751bdf43ab2185a781aa80555e7a0662a9e850b505999de5fa666"
|
|
40
92
|
}
|
|
41
93
|
}
|
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"config": {
|
|
4
4
|
"env": {},
|
|
5
|
-
"
|
|
6
|
-
"ignoreDuringBuilds": false
|
|
7
|
-
},
|
|
5
|
+
"webpack": null,
|
|
8
6
|
"typescript": {
|
|
9
|
-
"ignoreBuildErrors": false
|
|
10
|
-
"tsconfigPath": "tsconfig.json"
|
|
7
|
+
"ignoreBuildErrors": false
|
|
11
8
|
},
|
|
9
|
+
"typedRoutes": false,
|
|
12
10
|
"distDir": ".next",
|
|
13
11
|
"cleanDistDir": true,
|
|
14
12
|
"assetPrefix": "",
|
|
@@ -36,7 +34,6 @@
|
|
|
36
34
|
3840
|
|
37
35
|
],
|
|
38
36
|
"imageSizes": [
|
|
39
|
-
16,
|
|
40
37
|
32,
|
|
41
38
|
48,
|
|
42
39
|
64,
|
|
@@ -50,14 +47,25 @@
|
|
|
50
47
|
"loaderFile": "",
|
|
51
48
|
"domains": [],
|
|
52
49
|
"disableStaticImages": false,
|
|
53
|
-
"minimumCacheTTL":
|
|
50
|
+
"minimumCacheTTL": 14400,
|
|
54
51
|
"formats": [
|
|
55
52
|
"image/webp"
|
|
56
53
|
],
|
|
54
|
+
"maximumRedirects": 3,
|
|
55
|
+
"dangerouslyAllowLocalIP": false,
|
|
57
56
|
"dangerouslyAllowSVG": false,
|
|
58
57
|
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
59
58
|
"contentDispositionType": "attachment",
|
|
59
|
+
"localPatterns": [
|
|
60
|
+
{
|
|
61
|
+
"pathname": "**",
|
|
62
|
+
"search": ""
|
|
63
|
+
}
|
|
64
|
+
],
|
|
60
65
|
"remotePatterns": [],
|
|
66
|
+
"qualities": [
|
|
67
|
+
75
|
|
68
|
+
],
|
|
61
69
|
"unoptimized": false
|
|
62
70
|
},
|
|
63
71
|
"devIndicators": {
|
|
@@ -67,17 +75,12 @@
|
|
|
67
75
|
"maxInactiveAge": 60000,
|
|
68
76
|
"pagesBufferLength": 5
|
|
69
77
|
},
|
|
70
|
-
"amp": {
|
|
71
|
-
"canonicalBase": ""
|
|
72
|
-
},
|
|
73
78
|
"basePath": "",
|
|
74
79
|
"sassOptions": {},
|
|
75
80
|
"trailingSlash": false,
|
|
76
81
|
"i18n": null,
|
|
77
82
|
"productionBrowserSourceMaps": false,
|
|
78
83
|
"excludeDefaultMomentLocales": true,
|
|
79
|
-
"serverRuntimeConfig": {},
|
|
80
|
-
"publicRuntimeConfig": {},
|
|
81
84
|
"reactProductionProfiling": false,
|
|
82
85
|
"reactStrictMode": null,
|
|
83
86
|
"reactMaxHeadersLength": 6000,
|
|
@@ -97,47 +100,47 @@
|
|
|
97
100
|
}
|
|
98
101
|
},
|
|
99
102
|
"outputFileTracingRoot": "/home/runner/work/envin/envin",
|
|
103
|
+
"cacheComponents": false,
|
|
104
|
+
"cacheLife": {
|
|
105
|
+
"default": {
|
|
106
|
+
"stale": 300,
|
|
107
|
+
"revalidate": 900,
|
|
108
|
+
"expire": 4294967294
|
|
109
|
+
},
|
|
110
|
+
"seconds": {
|
|
111
|
+
"stale": 30,
|
|
112
|
+
"revalidate": 1,
|
|
113
|
+
"expire": 60
|
|
114
|
+
},
|
|
115
|
+
"minutes": {
|
|
116
|
+
"stale": 300,
|
|
117
|
+
"revalidate": 60,
|
|
118
|
+
"expire": 3600
|
|
119
|
+
},
|
|
120
|
+
"hours": {
|
|
121
|
+
"stale": 300,
|
|
122
|
+
"revalidate": 3600,
|
|
123
|
+
"expire": 86400
|
|
124
|
+
},
|
|
125
|
+
"days": {
|
|
126
|
+
"stale": 300,
|
|
127
|
+
"revalidate": 86400,
|
|
128
|
+
"expire": 604800
|
|
129
|
+
},
|
|
130
|
+
"weeks": {
|
|
131
|
+
"stale": 300,
|
|
132
|
+
"revalidate": 604800,
|
|
133
|
+
"expire": 2592000
|
|
134
|
+
},
|
|
135
|
+
"max": {
|
|
136
|
+
"stale": 300,
|
|
137
|
+
"revalidate": 2592000,
|
|
138
|
+
"expire": 31536000
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"cacheHandlers": {},
|
|
100
142
|
"experimental": {
|
|
101
143
|
"useSkewCookie": false,
|
|
102
|
-
"nodeMiddleware": false,
|
|
103
|
-
"cacheLife": {
|
|
104
|
-
"default": {
|
|
105
|
-
"stale": 300,
|
|
106
|
-
"revalidate": 900,
|
|
107
|
-
"expire": 4294967294
|
|
108
|
-
},
|
|
109
|
-
"seconds": {
|
|
110
|
-
"stale": 0,
|
|
111
|
-
"revalidate": 1,
|
|
112
|
-
"expire": 60
|
|
113
|
-
},
|
|
114
|
-
"minutes": {
|
|
115
|
-
"stale": 300,
|
|
116
|
-
"revalidate": 60,
|
|
117
|
-
"expire": 3600
|
|
118
|
-
},
|
|
119
|
-
"hours": {
|
|
120
|
-
"stale": 300,
|
|
121
|
-
"revalidate": 3600,
|
|
122
|
-
"expire": 86400
|
|
123
|
-
},
|
|
124
|
-
"days": {
|
|
125
|
-
"stale": 300,
|
|
126
|
-
"revalidate": 86400,
|
|
127
|
-
"expire": 604800
|
|
128
|
-
},
|
|
129
|
-
"weeks": {
|
|
130
|
-
"stale": 300,
|
|
131
|
-
"revalidate": 604800,
|
|
132
|
-
"expire": 2592000
|
|
133
|
-
},
|
|
134
|
-
"max": {
|
|
135
|
-
"stale": 300,
|
|
136
|
-
"revalidate": 2592000,
|
|
137
|
-
"expire": 4294967294
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
"cacheHandlers": {},
|
|
141
144
|
"cssChunking": true,
|
|
142
145
|
"multiZoneDraftMode": false,
|
|
143
146
|
"appNavFailHandling": false,
|
|
@@ -146,13 +149,12 @@
|
|
|
146
149
|
"serverSourceMaps": false,
|
|
147
150
|
"linkNoTouchStart": false,
|
|
148
151
|
"caseSensitiveRoutes": false,
|
|
149
|
-
"clientSegmentCache": false,
|
|
150
152
|
"dynamicOnHover": false,
|
|
151
153
|
"preloadEntriesOnStart": true,
|
|
152
154
|
"clientRouterFilter": true,
|
|
153
155
|
"clientRouterFilterRedirects": false,
|
|
154
156
|
"fetchCacheKeyPrefix": "",
|
|
155
|
-
"
|
|
157
|
+
"proxyPrefetch": "flexible",
|
|
156
158
|
"optimisticClientCache": true,
|
|
157
159
|
"manualClientBasePath": false,
|
|
158
160
|
"cpus": 3,
|
|
@@ -161,6 +163,7 @@
|
|
|
161
163
|
"imgOptTimeoutInSeconds": 7,
|
|
162
164
|
"imgOptMaxInputPixels": 268402689,
|
|
163
165
|
"imgOptSequentialRead": null,
|
|
166
|
+
"imgOptSkipMetadata": null,
|
|
164
167
|
"isrFlushToDisk": true,
|
|
165
168
|
"workerThreads": false,
|
|
166
169
|
"optimizeCss": false,
|
|
@@ -175,7 +178,6 @@
|
|
|
175
178
|
"swcTraceProfiling": false,
|
|
176
179
|
"forceSwcTransforms": false,
|
|
177
180
|
"largePageDataBytes": 128000,
|
|
178
|
-
"typedRoutes": false,
|
|
179
181
|
"typedEnv": false,
|
|
180
182
|
"parallelServerCompiles": false,
|
|
181
183
|
"parallelServerBuildTraces": false,
|
|
@@ -184,25 +186,25 @@
|
|
|
184
186
|
"webpackMemoryOptimizations": false,
|
|
185
187
|
"optimizeServerReact": true,
|
|
186
188
|
"viewTransition": false,
|
|
187
|
-
"routerBFCache": false,
|
|
188
189
|
"removeUncaughtErrorAndRejectionListeners": false,
|
|
189
190
|
"validateRSCRequestHeaders": false,
|
|
190
191
|
"staleTimes": {
|
|
191
192
|
"dynamic": 0,
|
|
192
193
|
"static": 300
|
|
193
194
|
},
|
|
195
|
+
"reactDebugChannel": false,
|
|
194
196
|
"serverComponentsHmrCache": true,
|
|
195
197
|
"staticGenerationMaxConcurrency": 8,
|
|
196
198
|
"staticGenerationMinPagesPerWorker": 25,
|
|
197
|
-
"dynamicIO": false,
|
|
198
199
|
"inlineCss": false,
|
|
199
200
|
"useCache": false,
|
|
200
201
|
"globalNotFound": false,
|
|
201
|
-
"devtoolNewPanelUI": false,
|
|
202
|
-
"devtoolSegmentExplorer": false,
|
|
203
202
|
"browserDebugInfoInTerminal": false,
|
|
204
|
-
"
|
|
205
|
-
"
|
|
203
|
+
"lockDistDir": true,
|
|
204
|
+
"isolatedDevBuild": true,
|
|
205
|
+
"proxyClientMaxBodySize": 10485760,
|
|
206
|
+
"hideLogsAfterAbort": false,
|
|
207
|
+
"mcpServer": true,
|
|
206
208
|
"optimizePackageImports": [
|
|
207
209
|
"lucide-react",
|
|
208
210
|
"date-fns",
|
|
@@ -283,7 +285,7 @@
|
|
|
283
285
|
"trustHostHeader": false,
|
|
284
286
|
"isExperimentalCompile": false
|
|
285
287
|
},
|
|
286
|
-
"htmlLimitedBots": "
|
|
288
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
287
289
|
"bundlePagesRouterDependencies": false,
|
|
288
290
|
"configFileName": "next.config.js",
|
|
289
291
|
"turbopack": {
|
|
@@ -296,7 +298,11 @@
|
|
|
296
298
|
}
|
|
297
299
|
},
|
|
298
300
|
"root": "/home/runner/work/envin/envin"
|
|
299
|
-
}
|
|
301
|
+
},
|
|
302
|
+
"serverExternalPackages": [
|
|
303
|
+
"esbuild"
|
|
304
|
+
],
|
|
305
|
+
"distDirRoot": ".next"
|
|
300
306
|
},
|
|
301
307
|
"appDir": "/home/runner/work/envin/envin/packages/cli",
|
|
302
308
|
"relativeAppDir": "packages/cli",
|
|
@@ -308,11 +314,8 @@
|
|
|
308
314
|
".next/server/functions-config-manifest.json",
|
|
309
315
|
".next/server/middleware-manifest.json",
|
|
310
316
|
".next/server/middleware-build-manifest.js",
|
|
311
|
-
".next/server/middleware-react-loadable-manifest.js",
|
|
312
|
-
".next/react-loadable-manifest.json",
|
|
313
317
|
".next/server/app-paths-manifest.json",
|
|
314
318
|
".next/app-path-routes-manifest.json",
|
|
315
|
-
".next/app-build-manifest.json",
|
|
316
319
|
".next/server/server-reference-manifest.js",
|
|
317
320
|
".next/server/server-reference-manifest.json",
|
|
318
321
|
".next/BUILD_ID",
|
|
@@ -320,7 +323,5 @@
|
|
|
320
323
|
".next/server/next-font-manifest.json",
|
|
321
324
|
".next/required-server-files.json"
|
|
322
325
|
],
|
|
323
|
-
"ignore": [
|
|
324
|
-
"../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"
|
|
325
|
-
]
|
|
326
|
+
"ignore": []
|
|
326
327
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"source": "/:path+/",
|
|
9
9
|
"destination": "/:path+",
|
|
10
10
|
"internal": true,
|
|
11
|
+
"priority": true,
|
|
11
12
|
"statusCode": 308,
|
|
12
13
|
"regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
|
|
13
14
|
}
|
|
@@ -26,6 +27,12 @@
|
|
|
26
27
|
"routeKeys": {},
|
|
27
28
|
"namedRegex": "^/(?:/)?$"
|
|
28
29
|
},
|
|
30
|
+
{
|
|
31
|
+
"page": "/_global-error",
|
|
32
|
+
"regex": "^/_global\\-error(?:/)?$",
|
|
33
|
+
"routeKeys": {},
|
|
34
|
+
"namedRegex": "^/_global\\-error(?:/)?$"
|
|
35
|
+
},
|
|
29
36
|
{
|
|
30
37
|
"page": "/_not-found",
|
|
31
38
|
"regex": "^/_not\\-found(?:/)?$",
|
|
@@ -41,16 +48,18 @@
|
|
|
41
48
|
],
|
|
42
49
|
"dataRoutes": [],
|
|
43
50
|
"rsc": {
|
|
44
|
-
"header": "
|
|
45
|
-
"varyHeader": "
|
|
46
|
-
"prefetchHeader": "
|
|
51
|
+
"header": "rsc",
|
|
52
|
+
"varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
|
|
53
|
+
"prefetchHeader": "next-router-prefetch",
|
|
47
54
|
"didPostponeHeader": "x-nextjs-postponed",
|
|
48
55
|
"contentTypeHeader": "text/x-component",
|
|
49
56
|
"suffix": ".rsc",
|
|
50
57
|
"prefetchSuffix": ".prefetch.rsc",
|
|
51
|
-
"prefetchSegmentHeader": "
|
|
58
|
+
"prefetchSegmentHeader": "next-router-segment-prefetch",
|
|
52
59
|
"prefetchSegmentSuffix": ".segment.rsc",
|
|
53
|
-
"prefetchSegmentDirSuffix": ".segments"
|
|
60
|
+
"prefetchSegmentDirSuffix": ".segments",
|
|
61
|
+
"clientParamParsing": false,
|
|
62
|
+
"dynamicRSCPrerender": false
|
|
54
63
|
},
|
|
55
64
|
"rewriteHeaders": {
|
|
56
65
|
"pathHeader": "x-nextjs-rewritten-path",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/cbd55ab9639e1e66.js",
|
|
10
|
+
"static/chunks/bd4ab1517efdc1c3.js",
|
|
11
|
+
"static/chunks/edda14529ded6063.js",
|
|
12
|
+
"static/chunks/73ff44ecd0b4dad4.js",
|
|
13
|
+
"static/chunks/turbopack-3a0f146c672debbd.js"
|
|
14
|
+
],
|
|
15
|
+
"pages": {},
|
|
16
|
+
"ampFirstPages": []
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-error/page.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__b9356576._.js")
|
|
3
|
+
R.c("server/chunks/ssr/_73703b11._.js")
|
|
4
|
+
R.c("server/chunks/ssr/node_modules_next_dist_43356b1f._.js")
|
|
5
|
+
R.c("server/chunks/ssr/[root-of-the-server]__302f9ef2._.js")
|
|
6
|
+
R.c("server/chunks/ssr/node_modules_423e7141._.js")
|
|
7
|
+
R.c("server/chunks/ssr/node_modules_next_dist_982e7503._.js")
|
|
8
|
+
R.c("server/chunks/ssr/packages_cli_src_app_9ef401ea._.js")
|
|
9
|
+
R.c("server/chunks/ssr/packages_cli__next-internal_server_app__global-error_page_actions_58b3e447.js")
|
|
10
|
+
R.m(27067)
|
|
11
|
+
module.exports=R.m(27067).exports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__302f9ef2._.js","../../chunks/ssr/[root-of-the-server]__b9356576._.js","../../chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_73703b11._.js","../../chunks/ssr/node_modules_423e7141._.js","../../chunks/ssr/node_modules_next_dist_43356b1f._.js","../../chunks/ssr/node_modules_next_dist_982e7503._.js","../../chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js","../../chunks/ssr/packages_cli__next-internal_server_app__global-error_page_actions_58b3e447.js","../../chunks/ssr/packages_cli_src_app_9ef401ea._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_global-error/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/82d7580f2e728405.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ff7d2fa8._.js","server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/packages/cli/src/app/favicon.ico":[]},"entryJSFiles":{"[project]/packages/cli/src/app/favicon.ico":["static/chunks/82d7580f2e728405.js"]}}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!DOCTYPE html><!--uJflanlbvalEUDtpddOXj--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/cbd55ab9639e1e66.js"/><script src="/_next/static/chunks/bd4ab1517efdc1c3.js" async=""></script><script src="/_next/static/chunks/edda14529ded6063.js" async=""></script><script src="/_next/static/chunks/73ff44ecd0b4dad4.js" async=""></script><script src="/_next/static/chunks/turbopack-3a0f146c672debbd.js" async=""></script><script src="/_next/static/chunks/82d7580f2e728405.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><link rel="icon" href="/favicon.ico?favicon.5e7f5916.ico" sizes="24x24" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/cbd55ab9639e1e66.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/82d7580f2e728405.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/82d7580f2e728405.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/82d7580f2e728405.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/82d7580f2e728405.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/82d7580f2e728405.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/82d7580f2e728405.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"uJflanlbvalEUDtpddOXj\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$@8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@a\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"c:I[27201,[\"/_next/static/chunks/82d7580f2e728405.js\"],\"IconMark\"]\na:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.5e7f5916.ico\",\"sizes\":\"24x24\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lc\",\"1\",{}]]\n6:null\n"])</script></body></html>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": 500,
|
|
3
|
+
"headers": {
|
|
4
|
+
"x-nextjs-stale-time": "300",
|
|
5
|
+
"x-nextjs-prerender": "1",
|
|
6
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/_global-error/layout,_N_T_/_global-error/page,_N_T_/_global-error"
|
|
7
|
+
},
|
|
8
|
+
"segmentPaths": [
|
|
9
|
+
"/_tree",
|
|
10
|
+
"/_full",
|
|
11
|
+
"/__PAGE__",
|
|
12
|
+
"/_index",
|
|
13
|
+
"/_head"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
4
|
+
4:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"OutletBoundary"]
|
|
5
|
+
5:"$Sreact.suspense"
|
|
6
|
+
7:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"ViewportBoundary"]
|
|
7
|
+
9:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"MetadataBoundary"]
|
|
8
|
+
b:I[68027,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
9
|
+
0:{"P":null,"b":"uJflanlbvalEUDtpddOXj","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
|
+
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
|
+
c:I[27201,["/_next/static/chunks/82d7580f2e728405.js"],"IconMark"]
|
|
12
|
+
a:[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.5e7f5916.ico","sizes":"24x24","type":"image/x-icon"}],["$","$Lc","1",{}]]
|
|
13
|
+
6:null
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"OutletBoundary"]
|
|
3
|
+
3:"$Sreact.suspense"
|
|
4
|
+
0:{"buildId":"uJflanlbvalEUDtpddOXj","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
|
+
4:null
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
4
|
+
4:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"OutletBoundary"]
|
|
5
|
+
5:"$Sreact.suspense"
|
|
6
|
+
7:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"ViewportBoundary"]
|
|
7
|
+
9:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"MetadataBoundary"]
|
|
8
|
+
b:I[68027,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
9
|
+
0:{"P":null,"b":"uJflanlbvalEUDtpddOXj","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
|
+
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
|
+
c:I[27201,["/_next/static/chunks/82d7580f2e728405.js"],"IconMark"]
|
|
12
|
+
a:[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.5e7f5916.ico","sizes":"24x24","type":"image/x-icon"}],["$","$Lc","1",{}]]
|
|
13
|
+
6:null
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"ViewportBoundary"]
|
|
3
|
+
4:I[97367,["/_next/static/chunks/82d7580f2e728405.js"],"MetadataBoundary"]
|
|
4
|
+
5:"$Sreact.suspense"
|
|
5
|
+
7:I[27201,["/_next/static/chunks/82d7580f2e728405.js"],"IconMark"]
|
|
6
|
+
0:{"buildId":"uJflanlbvalEUDtpddOXj","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
|
7
|
+
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
8
|
+
6:[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.5e7f5916.ico","sizes":"24x24","type":"image/x-icon"}],["$","$L7","1",{}]]
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[39756,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/82d7580f2e728405.js"],"default"]
|
|
4
|
+
0:{"buildId":"uJflanlbvalEUDtpddOXj","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0:{"buildId":"uJflanlbvalEUDtpddOXj","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/cbd55ab9639e1e66.js",
|
|
10
|
+
"static/chunks/bd4ab1517efdc1c3.js",
|
|
11
|
+
"static/chunks/edda14529ded6063.js",
|
|
12
|
+
"static/chunks/73ff44ecd0b4dad4.js",
|
|
13
|
+
"static/chunks/turbopack-3a0f146c672debbd.js"
|
|
14
|
+
],
|
|
15
|
+
"pages": {},
|
|
16
|
+
"ampFirstPages": []
|
|
17
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {},
|
|
3
|
+
"app": {
|
|
4
|
+
"[project]/packages/cli/src/app/_not-found/page": [
|
|
5
|
+
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
|
6
|
+
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"appUsingSizeAdjust": true,
|
|
10
|
+
"pagesUsingSizeAdjust": false
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|