aigetwey 1.3.9 → 1.4.1
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 +41 -0
- package/README.md +125 -211
- package/assets/screenshot-accesskey.png +0 -0
- package/assets/screenshot-budgets.png +0 -0
- package/assets/screenshot-endpoint.png +0 -0
- package/dashboard/.next/BUILD_ID +1 -1
- package/dashboard/.next/app-path-routes-manifest.json +1 -0
- package/dashboard/.next/build-manifest.json +3 -3
- package/dashboard/.next/diagnostics/route-bundle-stats.json +55 -38
- package/dashboard/.next/fallback-build-manifest.json +3 -3
- package/dashboard/.next/prerender-manifest.json +24 -0
- package/dashboard/.next/routes-manifest.json +6 -0
- package/dashboard/.next/server/app/(console)/combos/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/combos/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/config/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/config/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/console/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/console/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/endpoint/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/endpoint/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/keys/page/app-paths-manifest.json +3 -0
- package/dashboard/.next/server/app/(console)/keys/page/build-manifest.json +18 -0
- package/dashboard/.next/server/app/(console)/keys/page/next-font-manifest.json +11 -0
- package/dashboard/.next/server/app/(console)/keys/page/react-loadable-manifest.json +1 -0
- package/dashboard/.next/server/app/(console)/keys/page/server-reference-manifest.json +4 -0
- package/dashboard/.next/server/app/(console)/keys/page.js +15 -0
- package/dashboard/.next/server/app/(console)/keys/page.js.map +5 -0
- package/dashboard/.next/server/app/(console)/keys/page.js.nft.json +1 -0
- package/dashboard/.next/server/app/(console)/keys/page_client-reference-manifest.js +3 -0
- package/dashboard/.next/server/app/(console)/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/providers/[id]/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/providers/[id]/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/providers/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/providers/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/quota/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/quota/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/tools/[id]/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/tools/[id]/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/tools/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/tools/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/(console)/usage/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/(console)/usage/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/_global-error.html +1 -1
- package/dashboard/.next/server/app/_global-error.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/_not-found.html +1 -1
- package/dashboard/.next/server/app/_not-found.rsc +2 -2
- package/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/combos.html +1 -1
- package/dashboard/.next/server/app/combos.rsc +5 -5
- package/dashboard/.next/server/app/combos.segments/!KGNvbnNvbGUp/combos/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/combos.segments/!KGNvbnNvbGUp/combos.segment.rsc +1 -1
- package/dashboard/.next/server/app/combos.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/combos.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/combos.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/combos.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/combos.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/config.html +1 -1
- package/dashboard/.next/server/app/config.rsc +5 -5
- package/dashboard/.next/server/app/config.segments/!KGNvbnNvbGUp/config/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/config.segments/!KGNvbnNvbGUp/config.segment.rsc +1 -1
- package/dashboard/.next/server/app/config.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/config.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/config.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/config.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/config.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/console.html +1 -1
- package/dashboard/.next/server/app/console.rsc +5 -5
- package/dashboard/.next/server/app/console.segments/!KGNvbnNvbGUp/console/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/console.segments/!KGNvbnNvbGUp/console.segment.rsc +1 -1
- package/dashboard/.next/server/app/console.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/console.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/console.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/console.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/console.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/endpoint.html +1 -1
- package/dashboard/.next/server/app/endpoint.rsc +5 -5
- package/dashboard/.next/server/app/endpoint.segments/!KGNvbnNvbGUp/endpoint/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/endpoint.segments/!KGNvbnNvbGUp/endpoint.segment.rsc +1 -1
- package/dashboard/.next/server/app/endpoint.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/endpoint.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/endpoint.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/endpoint.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/endpoint.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/index.html +1 -1
- package/dashboard/.next/server/app/index.rsc +5 -5
- package/dashboard/.next/server/app/index.segments/!KGNvbnNvbGUp/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/index.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/index.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/keys.html +1 -0
- package/dashboard/.next/server/app/keys.meta +16 -0
- package/dashboard/.next/server/app/keys.rsc +25 -0
- package/dashboard/.next/server/app/keys.segments/!KGNvbnNvbGUp/keys/__PAGE__.segment.rsc +6 -0
- package/dashboard/.next/server/app/keys.segments/!KGNvbnNvbGUp/keys.segment.rsc +5 -0
- package/dashboard/.next/server/app/keys.segments/!KGNvbnNvbGUp.segment.rsc +6 -0
- package/dashboard/.next/server/app/keys.segments/_full.segment.rsc +25 -0
- package/dashboard/.next/server/app/keys.segments/_head.segment.rsc +6 -0
- package/dashboard/.next/server/app/keys.segments/_index.segment.rsc +9 -0
- package/dashboard/.next/server/app/keys.segments/_tree.segment.rsc +5 -0
- package/dashboard/.next/server/app/login/page.js.nft.json +1 -1
- package/dashboard/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/dashboard/.next/server/app/login.html +1 -1
- package/dashboard/.next/server/app/login.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/_full.segment.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/login.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/dashboard/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/dashboard/.next/server/app/providers.html +1 -1
- package/dashboard/.next/server/app/providers.rsc +5 -5
- package/dashboard/.next/server/app/providers.segments/!KGNvbnNvbGUp/providers/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/providers.segments/!KGNvbnNvbGUp/providers.segment.rsc +1 -1
- package/dashboard/.next/server/app/providers.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/providers.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/providers.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/providers.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/providers.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/quota.html +1 -1
- package/dashboard/.next/server/app/quota.rsc +5 -5
- package/dashboard/.next/server/app/quota.segments/!KGNvbnNvbGUp/quota/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/quota.segments/!KGNvbnNvbGUp/quota.segment.rsc +1 -1
- package/dashboard/.next/server/app/quota.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/quota.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/quota.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/quota.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/quota.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app/tools.html +1 -1
- package/dashboard/.next/server/app/tools.rsc +5 -5
- package/dashboard/.next/server/app/tools.segments/!KGNvbnNvbGUp/tools/__PAGE__.segment.rsc +2 -2
- package/dashboard/.next/server/app/tools.segments/!KGNvbnNvbGUp/tools.segment.rsc +1 -1
- package/dashboard/.next/server/app/tools.segments/!KGNvbnNvbGUp.segment.rsc +3 -3
- package/dashboard/.next/server/app/tools.segments/_full.segment.rsc +5 -5
- package/dashboard/.next/server/app/tools.segments/_head.segment.rsc +1 -1
- package/dashboard/.next/server/app/tools.segments/_index.segment.rsc +2 -2
- package/dashboard/.next/server/app/tools.segments/_tree.segment.rsc +2 -2
- package/dashboard/.next/server/app-paths-manifest.json +1 -0
- package/dashboard/.next/server/chunks/[root-of-the-server]__0das32e._.js +1 -1
- package/dashboard/.next/server/chunks/[root-of-the-server]__0das32e._.js.map +1 -1
- package/dashboard/.next/server/chunks/ssr/[root-of-the-server]__006jvp_._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/[root-of-the-server]__006jvp_._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__0x-617o._.js → [root-of-the-server]__1eeunp8._.js} +2 -2
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__0x-617o._.js.map → [root-of-the-server]__1eeunp8._.js.map} +1 -1
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__09pxn-h._.js → [root-of-the-server]__1t7z0yw._.js} +2 -2
- package/dashboard/.next/server/chunks/ssr/{[root-of-the-server]__09pxn-h._.js.map → [root-of-the-server]__1t7z0yw._.js.map} +1 -1
- package/dashboard/.next/server/chunks/ssr/_0p90gyy._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/_0p90gyy._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/_next-internal_server_app_(console)_keys_page_actions_1--ho2b.js +3 -0
- package/dashboard/.next/server/chunks/ssr/_next-internal_server_app_(console)_keys_page_actions_1--ho2b.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0-auga4.js +4 -0
- package/dashboard/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0-auga4.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_13mfqac._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_13mfqac._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_16zsfd3._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_16zsfd3._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0-kkrr9._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0-kkrr9._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0dgasfb._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0dgasfb._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0q5pldo._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_0q5pldo._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_11ckzq_._.js +1 -1
- package/dashboard/.next/server/chunks/ssr/src_components_11ckzq_._.js.map +1 -1
- package/dashboard/.next/server/chunks/ssr/src_components_11dtfns._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_11dtfns._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1e6kjgr._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1e6kjgr._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1eg_jit._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1eg_jit._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1pu8z89._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1pu8z89._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1z4akp5._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_1z4akp5._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_KeyManager_tsx_0r7iyz8._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_KeyManager_tsx_0r7iyz8._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_ProviderManager_tsx_09d2dzw._.js +3 -0
- package/dashboard/.next/server/chunks/ssr/src_components_ProviderManager_tsx_09d2dzw._.js.map +1 -0
- package/dashboard/.next/server/chunks/ssr/src_components_ToolDetail_tsx_0qperd-._.js +1 -1
- package/dashboard/.next/server/chunks/ssr/src_components_ToolDetail_tsx_0qperd-._.js.map +1 -1
- package/dashboard/.next/server/middleware-build-manifest.js +3 -3
- package/dashboard/.next/server/next-font-manifest.js +1 -1
- package/dashboard/.next/server/next-font-manifest.json +4 -0
- package/dashboard/.next/server/pages/404.html +1 -1
- package/dashboard/.next/server/pages/500.html +1 -1
- package/dashboard/.next/static/chunks/0-qqj0_fg6ef0.js +1 -0
- package/dashboard/.next/static/chunks/0347y27liw05t.js +1 -0
- package/dashboard/.next/static/chunks/0iv69e64f1ywa.css +3 -0
- package/dashboard/.next/static/chunks/0mou1p6uwiu19.js +1 -0
- package/dashboard/.next/static/chunks/0pf-u__m67vld.js +1 -0
- package/dashboard/.next/static/chunks/0zdns9uijk264.js +1 -0
- package/dashboard/.next/static/chunks/19nfww990cvv7.js +1 -0
- package/dashboard/.next/static/chunks/1t87-rpltg53e.js +1 -0
- package/dashboard/.next/static/chunks/1wn1c2w4ibyg_.js +1 -0
- package/dashboard/.next/static/chunks/29bgf5j_v6h2z.js +1 -0
- package/dashboard/.next/static/chunks/2uvgdots59tjl.js +1 -0
- package/dashboard/.next/static/chunks/3chs_cdkdx2h9.js +1 -0
- package/dashboard/.next/static/chunks/3y0b8yet0vgwr.js +1 -0
- package/dashboard/.next/trace +1 -1
- package/dashboard/.next/trace-build +1 -1
- package/dashboard/.next/types/routes.d.ts +2 -1
- package/dashboard/.next/types/validator.ts +9 -0
- package/dashboard/package-lock.json +56 -0
- package/dashboard/package.json +3 -0
- package/dashboard/src/app/(console)/keys/page.tsx +5 -0
- package/dashboard/src/app/api/cli-detect/[tool]/route.ts +0 -1
- package/dashboard/src/app/globals.css +1 -0
- package/dashboard/src/components/Badge.tsx +2 -1
- package/dashboard/src/components/EndpointView.tsx +49 -373
- package/dashboard/src/components/KeyManager.tsx +252 -0
- package/dashboard/src/components/KeyReveal.tsx +11 -11
- package/dashboard/src/components/KeyScopeModal.tsx +184 -0
- package/dashboard/src/components/ProviderManager.tsx +136 -44
- package/dashboard/src/components/Rail.tsx +2 -1
- package/dashboard/src/components/ToolDetail.tsx +0 -1
- package/dashboard/src/components/TopBar.tsx +102 -28
- package/dashboard/src/lib/client.ts +2 -0
- package/dist/cli.js +10 -4
- package/dist/cli.js.map +1 -1
- package/dist/config.js +14 -0
- package/dist/config.js.map +1 -1
- package/dist/routes/admin.js +8 -1
- package/dist/routes/admin.js.map +1 -1
- package/package.json +1 -1
- package/src/cli.ts +8 -4
- package/src/config.ts +12 -0
- package/src/routes/admin.ts +9 -0
- package/assets/screenshot.png +0 -0
- package/dashboard/.next/server/chunks/ssr/_1jt-_lv._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/_1jt-_lv._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_02ocd5c._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_02ocd5c._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_0az41dg._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_0az41dg._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_0nuo5yx._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_0nuo5yx._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_12gk6sc._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_12gk6sc._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_17nnhsa._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_17nnhsa._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_1kc5vh2._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_1kc5vh2._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_1zwow63._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_1zwow63._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_EndpointView_tsx_0awdzb5._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_EndpointView_tsx_0awdzb5._.js.map +0 -1
- package/dashboard/.next/server/chunks/ssr/src_components_ModelPicker_tsx_1jisxh6._.js +0 -3
- package/dashboard/.next/server/chunks/ssr/src_components_ModelPicker_tsx_1jisxh6._.js.map +0 -1
- package/dashboard/.next/static/chunks/063d_vdu_m-g_.js +0 -1
- package/dashboard/.next/static/chunks/0tq5u12liycmg.js +0 -1
- package/dashboard/.next/static/chunks/1-r9spn081_wo.js +0 -1
- package/dashboard/.next/static/chunks/16vbdc0g5xea0.js +0 -1
- package/dashboard/.next/static/chunks/1dct1l5y9lz4l.js +0 -1
- package/dashboard/.next/static/chunks/22r7w355mazs8.js +0 -1
- package/dashboard/.next/static/chunks/2zho1fpijk0fu.js +0 -1
- package/dashboard/.next/static/chunks/3lh9dc1j-3gxi.css +0 -3
- package/dashboard/.next/static/chunks/3mhsmb2ks1vev.js +0 -1
- package/dashboard/.next/static/chunks/3nrz6v06gppob.js +0 -1
- package/dashboard/.next/static/chunks/3qigg14c4xgka.js +0 -1
- /package/dashboard/.next/static/{Qebwgk51Ssl5h3hVnQurS → DzOHVl0QeJ1RnKMho8Q0_}/_buildManifest.js +0 -0
- /package/dashboard/.next/static/{Qebwgk51Ssl5h3hVnQurS → DzOHVl0QeJ1RnKMho8Q0_}/_clientMiddlewareManifest.js +0 -0
- /package/dashboard/.next/static/{Qebwgk51Ssl5h3hVnQurS → DzOHVl0QeJ1RnKMho8Q0_}/_ssgManifest.js +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"route": "/config",
|
|
4
|
-
"firstLoadUncompressedJsBytes":
|
|
4
|
+
"firstLoadUncompressedJsBytes": 660456,
|
|
5
5
|
"firstLoadChunkPaths": [
|
|
6
6
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
7
7
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
8
|
-
".next/static/chunks/
|
|
9
|
-
".next/static/chunks/
|
|
8
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
9
|
+
".next/static/chunks/1t87-rpltg53e.js",
|
|
10
10
|
".next/static/chunks/40pm83c1_d0jz.js",
|
|
11
11
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
12
12
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
@@ -17,13 +17,14 @@
|
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
"route": "/",
|
|
21
|
-
"firstLoadUncompressedJsBytes":
|
|
20
|
+
"route": "/providers",
|
|
21
|
+
"firstLoadUncompressedJsBytes": 599217,
|
|
22
22
|
"firstLoadChunkPaths": [
|
|
23
23
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
24
24
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
25
|
-
".next/static/chunks/
|
|
26
|
-
".next/static/chunks/
|
|
25
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
26
|
+
".next/static/chunks/29bgf5j_v6h2z.js",
|
|
27
|
+
".next/static/chunks/3y0b8yet0vgwr.js",
|
|
27
28
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
28
29
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
29
30
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -33,13 +34,13 @@
|
|
|
33
34
|
]
|
|
34
35
|
},
|
|
35
36
|
{
|
|
36
|
-
"route": "/
|
|
37
|
-
"firstLoadUncompressedJsBytes":
|
|
37
|
+
"route": "/providers/[id]",
|
|
38
|
+
"firstLoadUncompressedJsBytes": 579653,
|
|
38
39
|
"firstLoadChunkPaths": [
|
|
39
40
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
40
41
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
41
|
-
".next/static/chunks/
|
|
42
|
-
".next/static/chunks/
|
|
42
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
43
|
+
".next/static/chunks/0pf-u__m67vld.js",
|
|
43
44
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
44
45
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
45
46
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -49,13 +50,13 @@
|
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
{
|
|
52
|
-
"route": "/
|
|
53
|
-
"firstLoadUncompressedJsBytes":
|
|
53
|
+
"route": "/tools/[id]",
|
|
54
|
+
"firstLoadUncompressedJsBytes": 579177,
|
|
54
55
|
"firstLoadChunkPaths": [
|
|
55
56
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
56
57
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
57
|
-
".next/static/chunks/
|
|
58
|
-
".next/static/chunks/
|
|
58
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
59
|
+
".next/static/chunks/19nfww990cvv7.js",
|
|
59
60
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
60
61
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
61
62
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -65,13 +66,13 @@
|
|
|
65
66
|
]
|
|
66
67
|
},
|
|
67
68
|
{
|
|
68
|
-
"route": "/
|
|
69
|
-
"firstLoadUncompressedJsBytes":
|
|
69
|
+
"route": "/quota",
|
|
70
|
+
"firstLoadUncompressedJsBytes": 574677,
|
|
70
71
|
"firstLoadChunkPaths": [
|
|
71
72
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
72
73
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
73
|
-
".next/static/chunks/
|
|
74
|
-
".next/static/chunks/
|
|
74
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
75
|
+
".next/static/chunks/1wn1c2w4ibyg_.js",
|
|
75
76
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
76
77
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
77
78
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -81,13 +82,13 @@
|
|
|
81
82
|
]
|
|
82
83
|
},
|
|
83
84
|
{
|
|
84
|
-
"route": "/
|
|
85
|
-
"firstLoadUncompressedJsBytes":
|
|
85
|
+
"route": "/keys",
|
|
86
|
+
"firstLoadUncompressedJsBytes": 573157,
|
|
86
87
|
"firstLoadChunkPaths": [
|
|
87
88
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
88
89
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
89
|
-
".next/static/chunks/
|
|
90
|
-
".next/static/chunks/
|
|
90
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
91
|
+
".next/static/chunks/3chs_cdkdx2h9.js",
|
|
91
92
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
92
93
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
93
94
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -98,12 +99,12 @@
|
|
|
98
99
|
},
|
|
99
100
|
{
|
|
100
101
|
"route": "/combos",
|
|
101
|
-
"firstLoadUncompressedJsBytes":
|
|
102
|
+
"firstLoadUncompressedJsBytes": 570310,
|
|
102
103
|
"firstLoadChunkPaths": [
|
|
103
104
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
104
105
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
105
|
-
".next/static/chunks/
|
|
106
|
-
".next/static/chunks/
|
|
106
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
107
|
+
".next/static/chunks/0zdns9uijk264.js",
|
|
107
108
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
108
109
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
109
110
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -114,12 +115,12 @@
|
|
|
114
115
|
},
|
|
115
116
|
{
|
|
116
117
|
"route": "/usage",
|
|
117
|
-
"firstLoadUncompressedJsBytes":
|
|
118
|
+
"firstLoadUncompressedJsBytes": 560568,
|
|
118
119
|
"firstLoadChunkPaths": [
|
|
119
120
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
120
121
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
121
|
-
".next/static/chunks/
|
|
122
|
-
".next/static/chunks/
|
|
122
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
123
|
+
".next/static/chunks/0347y27liw05t.js",
|
|
123
124
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
124
125
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
125
126
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -129,13 +130,29 @@
|
|
|
129
130
|
]
|
|
130
131
|
},
|
|
131
132
|
{
|
|
132
|
-
"route": "/
|
|
133
|
-
"firstLoadUncompressedJsBytes":
|
|
133
|
+
"route": "/",
|
|
134
|
+
"firstLoadUncompressedJsBytes": 554175,
|
|
135
|
+
"firstLoadChunkPaths": [
|
|
136
|
+
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
137
|
+
".next/static/chunks/14mrh2-p_w84d.js",
|
|
138
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
139
|
+
".next/static/chunks/0mou1p6uwiu19.js",
|
|
140
|
+
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
141
|
+
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
142
|
+
".next/static/chunks/3j9pm5otqxm82.js",
|
|
143
|
+
".next/static/chunks/0mk1g55o6kl1e.js",
|
|
144
|
+
".next/static/chunks/27jktro2p5rq9.js",
|
|
145
|
+
".next/static/chunks/turbopack-28-wpvvyttgwq.js"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"route": "/endpoint",
|
|
150
|
+
"firstLoadUncompressedJsBytes": 554175,
|
|
134
151
|
"firstLoadChunkPaths": [
|
|
135
152
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
136
153
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
137
|
-
".next/static/chunks/
|
|
138
|
-
".next/static/chunks/
|
|
154
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
155
|
+
".next/static/chunks/0mou1p6uwiu19.js",
|
|
139
156
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
140
157
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
141
158
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -146,12 +163,12 @@
|
|
|
146
163
|
},
|
|
147
164
|
{
|
|
148
165
|
"route": "/tools",
|
|
149
|
-
"firstLoadUncompressedJsBytes":
|
|
166
|
+
"firstLoadUncompressedJsBytes": 548100,
|
|
150
167
|
"firstLoadChunkPaths": [
|
|
151
168
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
152
169
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
153
|
-
".next/static/chunks/
|
|
154
|
-
".next/static/chunks/
|
|
170
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
171
|
+
".next/static/chunks/2uvgdots59tjl.js",
|
|
155
172
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
156
173
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
157
174
|
".next/static/chunks/3j9pm5otqxm82.js",
|
|
@@ -162,11 +179,11 @@
|
|
|
162
179
|
},
|
|
163
180
|
{
|
|
164
181
|
"route": "/console",
|
|
165
|
-
"firstLoadUncompressedJsBytes":
|
|
182
|
+
"firstLoadUncompressedJsBytes": 545119,
|
|
166
183
|
"firstLoadChunkPaths": [
|
|
167
184
|
".next/static/chunks/13ge_ybuj8rl3.js",
|
|
168
185
|
".next/static/chunks/14mrh2-p_w84d.js",
|
|
169
|
-
".next/static/chunks/
|
|
186
|
+
".next/static/chunks/0-qqj0_fg6ef0.js",
|
|
170
187
|
".next/static/chunks/0mr7sg_sr6f99.js",
|
|
171
188
|
".next/static/chunks/36ssnkm0cjgq6.js",
|
|
172
189
|
".next/static/chunks/3jat3x6f_2a6o.js",
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"polyfillFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
10
|
-
"static/
|
|
8
|
+
"static/DzOHVl0QeJ1RnKMho8Q0_/_buildManifest.js",
|
|
9
|
+
"static/DzOHVl0QeJ1RnKMho8Q0_/_ssgManifest.js",
|
|
10
|
+
"static/DzOHVl0QeJ1RnKMho8Q0_/_clientMiddlewareManifest.js"
|
|
11
11
|
],
|
|
12
12
|
"rootMainFiles": []
|
|
13
13
|
}
|
|
@@ -199,6 +199,30 @@
|
|
|
199
199
|
"x-next-revalidate-tag-token"
|
|
200
200
|
]
|
|
201
201
|
},
|
|
202
|
+
"/keys": {
|
|
203
|
+
"experimentalBypassFor": [
|
|
204
|
+
{
|
|
205
|
+
"type": "header",
|
|
206
|
+
"key": "next-action"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"type": "header",
|
|
210
|
+
"key": "content-type",
|
|
211
|
+
"value": "multipart/form-data;.*"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"initialRevalidateSeconds": false,
|
|
215
|
+
"srcRoute": "/keys",
|
|
216
|
+
"dataRoute": "/keys.rsc",
|
|
217
|
+
"allowHeader": [
|
|
218
|
+
"host",
|
|
219
|
+
"x-matched-path",
|
|
220
|
+
"x-prerender-revalidate",
|
|
221
|
+
"x-prerender-revalidate-if-generated",
|
|
222
|
+
"x-next-revalidated-tags",
|
|
223
|
+
"x-next-revalidate-tag-token"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
202
226
|
"/login": {
|
|
203
227
|
"experimentalBypassFor": [
|
|
204
228
|
{
|
|
@@ -122,6 +122,12 @@
|
|
|
122
122
|
"routeKeys": {},
|
|
123
123
|
"namedRegex": "^/icon\\.svg(?:/)?$"
|
|
124
124
|
},
|
|
125
|
+
{
|
|
126
|
+
"page": "/keys",
|
|
127
|
+
"regex": "^/keys(?:/)?$",
|
|
128
|
+
"routeKeys": {},
|
|
129
|
+
"namedRegex": "^/keys(?:/)?$"
|
|
130
|
+
},
|
|
125
131
|
{
|
|
126
132
|
"page": "/login",
|
|
127
133
|
"regex": "^/login(?:/)?$",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../chunks/ssr/[root-of-the-server]
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../chunks/ssr/[root-of-the-server]__12q01a8._.js","../../../chunks/ssr/[root-of-the-server]__1eeunp8._.js","../../../chunks/ssr/[root-of-the-server]__1inj1w-._.js","../../../chunks/ssr/[root-of-the-server]__1w31jjb._.js","../../../chunks/ssr/[turbopack]_runtime.js","../../../chunks/ssr/_0p90gyy._.js","../../../chunks/ssr/_next-internal_server_app_(console)_combos_page_actions_07o3lus.js","../../../chunks/ssr/node_modules_1ivn_d-._.js","../../../chunks/ssr/node_modules_next_1iemwhs._.js","../../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../../chunks/ssr/node_modules_next_dist_1enzot_._.js","../../../chunks/ssr/node_modules_next_dist_1map00z._.js","../../../chunks/ssr/node_modules_next_dist_client_components_0bew68i._.js","../../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_01n345n.js","../../../chunks/ssr/src_0wrskl4._.js","../../../chunks/ssr/src_components_11dtfns._.js","../../../chunks/ssr/src_components_1z4akp5._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/(console)/combos/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js <module evaluation>":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx <module evaluation>":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx <module evaluation>":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/Rail.tsx <module evaluation>":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/Rail.tsx":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/TopBar.tsx <module evaluation>":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/TopBar.tsx":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/RoutingView.tsx <module evaluation>":{"id":97802,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js","/_next/static/chunks/3nrz6v06gppob.js"],"async":false},"[project]/src/components/RoutingView.tsx":{"id":97802,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js","/_next/static/chunks/3nrz6v06gppob.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"79520":{"*":{"id":96665,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"59919":{"*":{"id":1221,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"76972":{"*":{"id":61889,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_dist_client_components_0bew68i._.js"],"async":false}},"94434":{"*":{"id":68862,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_1jt-_lv._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"18993":{"*":{"id":8255,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_1jt-_lv._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"97802":{"*":{"id":1829,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_1jt-_lv._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js","server/chunks/ssr/src_components_1zwow63._.js","server/chunks/ssr/src_components_12gk6sc._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"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}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"79520":{"*":{"id":44536,"name":"*","chunks":[],"async":false}},"59919":{"*":{"id":92898,"name":"*","chunks":[],"async":false}},"76972":{"*":{"id":39611,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"94434":{"*":{"id":96225,"name":"*","chunks":[],"async":false}},"18993":{"*":{"id":15923,"name":"*","chunks":[],"async":false}},"97802":{"*":{"id":41823,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}],"[project]/src/app/(console)/layout":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}],"[project]/src/app/(console)/combos/page":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/src/app/(console)/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/1dct1l5y9lz4l.js"],"[project]/src/app/(console)/combos/page":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/1dct1l5y9lz4l.js","static/chunks/3nrz6v06gppob.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/(console)/combos/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js <module evaluation>":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx <module evaluation>":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx <module evaluation>":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/Rail.tsx <module evaluation>":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/Rail.tsx":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/TopBar.tsx <module evaluation>":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/TopBar.tsx":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/RoutingView.tsx <module evaluation>":{"id":97802,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js","/_next/static/chunks/0zdns9uijk264.js"],"async":false},"[project]/src/components/RoutingView.tsx":{"id":97802,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js","/_next/static/chunks/0zdns9uijk264.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"79520":{"*":{"id":96665,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"59919":{"*":{"id":1221,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"76972":{"*":{"id":61889,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_dist_client_components_0bew68i._.js"],"async":false}},"94434":{"*":{"id":68862,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_0p90gyy._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"18993":{"*":{"id":8255,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_0p90gyy._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"97802":{"*":{"id":1829,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_0p90gyy._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js","server/chunks/ssr/src_components_1z4akp5._.js","server/chunks/ssr/src_components_11dtfns._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"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}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"79520":{"*":{"id":44536,"name":"*","chunks":[],"async":false}},"59919":{"*":{"id":92898,"name":"*","chunks":[],"async":false}},"76972":{"*":{"id":39611,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"94434":{"*":{"id":96225,"name":"*","chunks":[],"async":false}},"18993":{"*":{"id":15923,"name":"*","chunks":[],"async":false}},"97802":{"*":{"id":41823,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}],"[project]/src/app/(console)/layout":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}],"[project]/src/app/(console)/combos/page":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/src/app/(console)/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/0-qqj0_fg6ef0.js"],"[project]/src/app/(console)/combos/page":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/0-qqj0_fg6ef0.js","static/chunks/0zdns9uijk264.js"]}};
|
|
3
3
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../chunks/ssr/[root-of-the-server]__0qvkt1y._.js","../../../chunks/ssr/[root-of-the-server]
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.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/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.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/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.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/staged-rendering.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/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.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/parse-stack.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/source-maps.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/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.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/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../chunks/ssr/[root-of-the-server]__0qvkt1y._.js","../../../chunks/ssr/[root-of-the-server]__0zf4yft._.js","../../../chunks/ssr/[root-of-the-server]__1eeunp8._.js","../../../chunks/ssr/[root-of-the-server]__1inj1w-._.js","../../../chunks/ssr/[root-of-the-server]__1w31jjb._.js","../../../chunks/ssr/[turbopack]_runtime.js","../../../chunks/ssr/_0p90gyy._.js","../../../chunks/ssr/_next-internal_server_app_(console)_config_page_actions_1d2383s.js","../../../chunks/ssr/node_modules_1ivn_d-._.js","../../../chunks/ssr/node_modules_next_1iemwhs._.js","../../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../../chunks/ssr/node_modules_next_dist_1enzot_._.js","../../../chunks/ssr/node_modules_next_dist_1map00z._.js","../../../chunks/ssr/node_modules_next_dist_client_components_0bew68i._.js","../../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1bycsv3.js","../../../chunks/ssr/src_0wrskl4._.js","../../../chunks/ssr/src_components_0-kkrr9._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/(console)/config/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js <module evaluation>":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx <module evaluation>":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx <module evaluation>":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/Rail.tsx <module evaluation>":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/Rail.tsx":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/TopBar.tsx <module evaluation>":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/TopBar.tsx":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js"],"async":false},"[project]/src/components/ConfigEditor.tsx <module evaluation>":{"id":34407,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js","/_next/static/chunks/22r7w355mazs8.js","/_next/static/chunks/40pm83c1_d0jz.js"],"async":false},"[project]/src/components/ConfigEditor.tsx":{"id":34407,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/1dct1l5y9lz4l.js","/_next/static/chunks/22r7w355mazs8.js","/_next/static/chunks/40pm83c1_d0jz.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"79520":{"*":{"id":96665,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"59919":{"*":{"id":1221,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"76972":{"*":{"id":61889,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_dist_client_components_0bew68i._.js"],"async":false}},"94434":{"*":{"id":68862,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_1jt-_lv._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"18993":{"*":{"id":8255,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_1jt-_lv._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"34407":{"*":{"id":3562,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0x-617o._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_1jt-_lv._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js","server/chunks/ssr/src_components_17nnhsa._.js","server/chunks/ssr/[root-of-the-server]__0zf4yft._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"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}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"79520":{"*":{"id":44536,"name":"*","chunks":[],"async":false}},"59919":{"*":{"id":92898,"name":"*","chunks":[],"async":false}},"76972":{"*":{"id":39611,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"94434":{"*":{"id":96225,"name":"*","chunks":[],"async":false}},"18993":{"*":{"id":15923,"name":"*","chunks":[],"async":false}},"34407":{"*":{"id":132,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}],"[project]/src/app/(console)/layout":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}],"[project]/src/app/(console)/config/page":[{"path":"static/chunks/3lh9dc1j-3gxi.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/src/app/(console)/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/1dct1l5y9lz4l.js"],"[project]/src/app/(console)/config/page":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/1dct1l5y9lz4l.js","static/chunks/22r7w355mazs8.js","static/chunks/40pm83c1_d0jz.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/(console)/config/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.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/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js <module evaluation>":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/script.js":{"id":79520,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx <module evaluation>":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ThemeProvider.tsx":{"id":59919,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx <module evaluation>":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/ToastProvider.tsx":{"id":76972,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js"],"async":false},"[project]/src/components/Rail.tsx <module evaluation>":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/Rail.tsx":{"id":94434,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/TopBar.tsx <module evaluation>":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/TopBar.tsx":{"id":18993,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js"],"async":false},"[project]/src/components/ConfigEditor.tsx <module evaluation>":{"id":34407,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js","/_next/static/chunks/1t87-rpltg53e.js","/_next/static/chunks/40pm83c1_d0jz.js"],"async":false},"[project]/src/components/ConfigEditor.tsx":{"id":34407,"name":"*","chunks":["/_next/static/chunks/13ge_ybuj8rl3.js","/_next/static/chunks/14mrh2-p_w84d.js","/_next/static/chunks/0-qqj0_fg6ef0.js","/_next/static/chunks/1t87-rpltg53e.js","/_next/static/chunks/40pm83c1_d0jz.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"79520":{"*":{"id":96665,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"59919":{"*":{"id":1221,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"76972":{"*":{"id":61889,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/node_modules_next_dist_client_components_0bew68i._.js"],"async":false}},"94434":{"*":{"id":68862,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_0p90gyy._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"18993":{"*":{"id":8255,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_0p90gyy._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js"],"async":false}},"34407":{"*":{"id":3562,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1eeunp8._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js","server/chunks/ssr/_0p90gyy._.js","server/chunks/ssr/node_modules_next_dist_1enzot_._.js","server/chunks/ssr/node_modules_next_1iemwhs._.js","server/chunks/ssr/src_components_0-kkrr9._.js","server/chunks/ssr/[root-of-the-server]__0zf4yft._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"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}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"79520":{"*":{"id":44536,"name":"*","chunks":[],"async":false}},"59919":{"*":{"id":92898,"name":"*","chunks":[],"async":false}},"76972":{"*":{"id":39611,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"94434":{"*":{"id":96225,"name":"*","chunks":[],"async":false}},"18993":{"*":{"id":15923,"name":"*","chunks":[],"async":false}},"34407":{"*":{"id":132,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}],"[project]/src/app/(console)/layout":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}],"[project]/src/app/(console)/config/page":[{"path":"static/chunks/0iv69e64f1ywa.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js"],"[project]/src/app/(console)/layout":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/0-qqj0_fg6ef0.js"],"[project]/src/app/(console)/config/page":["static/chunks/13ge_ybuj8rl3.js","static/chunks/14mrh2-p_w84d.js","static/chunks/0-qqj0_fg6ef0.js","static/chunks/1t87-rpltg53e.js","static/chunks/40pm83c1_d0jz.js"]}};
|
|
3
3
|
|