chorus-codes 0.7.0
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/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +18 -0
- package/.next/build/chunks/[root-of-the-server]__0d-m0h0._.js +206 -0
- package/.next/build/chunks/[root-of-the-server]__0d-m0h0._.js.map +8 -0
- package/.next/build/chunks/[root-of-the-server]__0ubbtyl._.js +500 -0
- package/.next/build/chunks/[root-of-the-server]__0ubbtyl._.js.map +11 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_06e.r3r._.js +13 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_06e.r3r._.js.map +5 -0
- package/.next/build/chunks/[turbopack]_runtime.js +890 -0
- package/.next/build/chunks/[turbopack]_runtime.js.map +11 -0
- package/.next/build/chunks/node_modules__pnpm_0e-dfa2._.js +6681 -0
- package/.next/build/chunks/node_modules__pnpm_0e-dfa2._.js.map +47 -0
- package/.next/build/package.json +1 -0
- package/.next/build/postcss.js +6 -0
- package/.next/build/postcss.js.map +5 -0
- package/.next/build-manifest.json +21 -0
- package/.next/cache/.previewinfo +1 -0
- package/.next/cache/.rscinfo +1 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/dev/static/chunks/05w9_next_dist_shared_lib_0beh7rg._.js +6077 -0
- package/.next/dev/static/chunks/05w9_next_dist_shared_lib_0beh7rg._.js.map +69 -0
- package/.next/dev/static/chunks/05w9_next_dist_shared_lib_0pjsj.j._.js +6318 -0
- package/.next/dev/static/chunks/05w9_next_dist_shared_lib_0pjsj.j._.js.map +71 -0
- package/.next/dev/types/cache-life.d.ts +145 -0
- package/.next/dev/types/routes.d.ts +84 -0
- package/.next/dev/types/validator.ts +178 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/diagnostics/route-bundle-stats.json +176 -0
- package/.next/export-marker.json +6 -0
- package/.next/fallback-build-manifest.json +13 -0
- package/.next/images-manifest.json +68 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +239 -0
- package/.next/required-server-files.js +332 -0
- package/.next/required-server-files.json +332 -0
- package/.next/routes-manifest.json +148 -0
- package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_global-error/page.js +10 -0
- package/.next/server/app/_global-error/page.js.map +5 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_global-error.html +1 -0
- package/.next/server/app/_global-error.meta +15 -0
- package/.next/server/app/_global-error.rsc +15 -0
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +15 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_not-found/page.js +13 -0
- package/.next/server/app/_not-found/page.js.map +5 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +16 -0
- package/.next/server/app/_not-found.rsc +16 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +16 -0
- package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/.next/server/app/api/daemon/[...path]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/daemon/[...path]/route/build-manifest.json +9 -0
- package/.next/server/app/api/daemon/[...path]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/daemon/[...path]/route.js +7 -0
- package/.next/server/app/api/daemon/[...path]/route.js.map +5 -0
- package/.next/server/app/api/daemon/[...path]/route.js.nft.json +1 -0
- package/.next/server/app/api/daemon/[...path]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/run-artifacts/[chatId]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/run-artifacts/[chatId]/route/build-manifest.json +9 -0
- package/.next/server/app/api/run-artifacts/[chatId]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/run-artifacts/[chatId]/route.js +6 -0
- package/.next/server/app/api/run-artifacts/[chatId]/route.js.map +5 -0
- package/.next/server/app/api/run-artifacts/[chatId]/route.js.nft.json +1 -0
- package/.next/server/app/api/run-artifacts/[chatId]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/connect/page/app-paths-manifest.json +3 -0
- package/.next/server/app/connect/page/build-manifest.json +17 -0
- package/.next/server/app/connect/page/next-font-manifest.json +11 -0
- package/.next/server/app/connect/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/connect/page/server-reference-manifest.json +4 -0
- package/.next/server/app/connect/page.js +15 -0
- package/.next/server/app/connect/page.js.map +5 -0
- package/.next/server/app/connect/page.js.nft.json +1 -0
- package/.next/server/app/connect/page_client-reference-manifest.js +3 -0
- package/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/.next/server/app/favicon.ico/route/build-manifest.json +9 -0
- package/.next/server/app/favicon.ico/route.js +8 -0
- package/.next/server/app/favicon.ico/route.js.map +5 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/icon.svg/route/app-paths-manifest.json +3 -0
- package/.next/server/app/icon.svg/route/build-manifest.json +9 -0
- package/.next/server/app/icon.svg/route.js +7 -0
- package/.next/server/app/icon.svg/route.js.map +5 -0
- package/.next/server/app/icon.svg/route.js.nft.json +1 -0
- package/.next/server/app/icon.svg.body +6 -0
- package/.next/server/app/icon.svg.meta +1 -0
- package/.next/server/app/new/page/app-paths-manifest.json +3 -0
- package/.next/server/app/new/page/build-manifest.json +17 -0
- package/.next/server/app/new/page/next-font-manifest.json +11 -0
- package/.next/server/app/new/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/new/page/server-reference-manifest.json +4 -0
- package/.next/server/app/new/page.js +14 -0
- package/.next/server/app/new/page.js.map +5 -0
- package/.next/server/app/new/page.js.nft.json +1 -0
- package/.next/server/app/new/page_client-reference-manifest.js +3 -0
- package/.next/server/app/new.html +1 -0
- package/.next/server/app/new.meta +15 -0
- package/.next/server/app/new.rsc +22 -0
- package/.next/server/app/new.segments/_full.segment.rsc +22 -0
- package/.next/server/app/new.segments/_head.segment.rsc +6 -0
- package/.next/server/app/new.segments/_index.segment.rsc +5 -0
- package/.next/server/app/new.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/new.segments/new/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/new.segments/new.segment.rsc +5 -0
- package/.next/server/app/onboarding/page/app-paths-manifest.json +3 -0
- package/.next/server/app/onboarding/page/build-manifest.json +17 -0
- package/.next/server/app/onboarding/page/next-font-manifest.json +11 -0
- package/.next/server/app/onboarding/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/onboarding/page/server-reference-manifest.json +4 -0
- package/.next/server/app/onboarding/page.js +14 -0
- package/.next/server/app/onboarding/page.js.map +5 -0
- package/.next/server/app/onboarding/page.js.nft.json +1 -0
- package/.next/server/app/onboarding/page_client-reference-manifest.js +3 -0
- package/.next/server/app/onboarding.html +1 -0
- package/.next/server/app/onboarding.meta +15 -0
- package/.next/server/app/onboarding.rsc +22 -0
- package/.next/server/app/onboarding.segments/_full.segment.rsc +22 -0
- package/.next/server/app/onboarding.segments/_head.segment.rsc +6 -0
- package/.next/server/app/onboarding.segments/_index.segment.rsc +5 -0
- package/.next/server/app/onboarding.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/onboarding.segments/onboarding.segment.rsc +5 -0
- package/.next/server/app/page/app-paths-manifest.json +3 -0
- package/.next/server/app/page/build-manifest.json +17 -0
- package/.next/server/app/page/next-font-manifest.json +11 -0
- package/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/page/server-reference-manifest.json +4 -0
- package/.next/server/app/page.js +17 -0
- package/.next/server/app/page.js.map +5 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +3 -0
- package/.next/server/app/personas/page/app-paths-manifest.json +3 -0
- package/.next/server/app/personas/page/build-manifest.json +17 -0
- package/.next/server/app/personas/page/next-font-manifest.json +11 -0
- package/.next/server/app/personas/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/personas/page/server-reference-manifest.json +4 -0
- package/.next/server/app/personas/page.js +14 -0
- package/.next/server/app/personas/page.js.map +5 -0
- package/.next/server/app/personas/page.js.nft.json +1 -0
- package/.next/server/app/personas/page_client-reference-manifest.js +3 -0
- package/.next/server/app/personas.html +1 -0
- package/.next/server/app/personas.meta +15 -0
- package/.next/server/app/personas.rsc +22 -0
- package/.next/server/app/personas.segments/_full.segment.rsc +22 -0
- package/.next/server/app/personas.segments/_head.segment.rsc +6 -0
- package/.next/server/app/personas.segments/_index.segment.rsc +5 -0
- package/.next/server/app/personas.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/personas.segments/personas/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/personas.segments/personas.segment.rsc +5 -0
- package/.next/server/app/runs/[runId]/page/app-paths-manifest.json +3 -0
- package/.next/server/app/runs/[runId]/page/build-manifest.json +17 -0
- package/.next/server/app/runs/[runId]/page/next-font-manifest.json +11 -0
- package/.next/server/app/runs/[runId]/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/runs/[runId]/page/server-reference-manifest.json +4 -0
- package/.next/server/app/runs/[runId]/page.js +16 -0
- package/.next/server/app/runs/[runId]/page.js.map +5 -0
- package/.next/server/app/runs/[runId]/page.js.nft.json +1 -0
- package/.next/server/app/runs/[runId]/page_client-reference-manifest.js +3 -0
- package/.next/server/app/runs/page/app-paths-manifest.json +3 -0
- package/.next/server/app/runs/page/build-manifest.json +17 -0
- package/.next/server/app/runs/page/next-font-manifest.json +11 -0
- package/.next/server/app/runs/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/runs/page/server-reference-manifest.json +4 -0
- package/.next/server/app/runs/page.js +15 -0
- package/.next/server/app/runs/page.js.map +5 -0
- package/.next/server/app/runs/page.js.nft.json +1 -0
- package/.next/server/app/runs/page_client-reference-manifest.js +3 -0
- package/.next/server/app/settings/page/app-paths-manifest.json +3 -0
- package/.next/server/app/settings/page/build-manifest.json +17 -0
- package/.next/server/app/settings/page/next-font-manifest.json +11 -0
- package/.next/server/app/settings/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/settings/page/server-reference-manifest.json +4 -0
- package/.next/server/app/settings/page.js +14 -0
- package/.next/server/app/settings/page.js.map +5 -0
- package/.next/server/app/settings/page.js.nft.json +1 -0
- package/.next/server/app/settings/page_client-reference-manifest.js +3 -0
- package/.next/server/app/settings/permissions/page/app-paths-manifest.json +3 -0
- package/.next/server/app/settings/permissions/page/build-manifest.json +17 -0
- package/.next/server/app/settings/permissions/page/next-font-manifest.json +11 -0
- package/.next/server/app/settings/permissions/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/settings/permissions/page/server-reference-manifest.json +4 -0
- package/.next/server/app/settings/permissions/page.js +14 -0
- package/.next/server/app/settings/permissions/page.js.map +5 -0
- package/.next/server/app/settings/permissions/page.js.nft.json +1 -0
- package/.next/server/app/settings/permissions/page_client-reference-manifest.js +3 -0
- package/.next/server/app/settings.html +1 -0
- package/.next/server/app/settings.meta +15 -0
- package/.next/server/app/settings.rsc +22 -0
- package/.next/server/app/settings.segments/_full.segment.rsc +22 -0
- package/.next/server/app/settings.segments/_head.segment.rsc +6 -0
- package/.next/server/app/settings.segments/_index.segment.rsc +5 -0
- package/.next/server/app/settings.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/settings.segments/settings.segment.rsc +5 -0
- package/.next/server/app/templates/page/app-paths-manifest.json +3 -0
- package/.next/server/app/templates/page/build-manifest.json +17 -0
- package/.next/server/app/templates/page/next-font-manifest.json +11 -0
- package/.next/server/app/templates/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/templates/page/server-reference-manifest.json +4 -0
- package/.next/server/app/templates/page.js +14 -0
- package/.next/server/app/templates/page.js.map +5 -0
- package/.next/server/app/templates/page.js.nft.json +1 -0
- package/.next/server/app/templates/page_client-reference-manifest.js +3 -0
- package/.next/server/app/templates.html +1 -0
- package/.next/server/app/templates.meta +15 -0
- package/.next/server/app/templates.rsc +22 -0
- package/.next/server/app/templates.segments/_full.segment.rsc +22 -0
- package/.next/server/app/templates.segments/_head.segment.rsc +6 -0
- package/.next/server/app/templates.segments/_index.segment.rsc +5 -0
- package/.next/server/app/templates.segments/_tree.segment.rsc +4 -0
- package/.next/server/app/templates.segments/templates/__PAGE__.segment.rsc +9 -0
- package/.next/server/app/templates.segments/templates.segment.rsc +5 -0
- package/.next/server/app-paths-manifest.json +18 -0
- package/.next/server/chunks/05w9_next_0xdex7s._.js +13 -0
- package/.next/server/chunks/05w9_next_0xdex7s._.js.map +1 -0
- package/.next/server/chunks/05w9_next_dist_esm_build_templates_app-route_0.73kst.js +3 -0
- package/.next/server/chunks/05w9_next_dist_esm_build_templates_app-route_0.73kst.js.map +1 -0
- package/.next/server/chunks/[externals]_next_dist_0arv.vj._.js +3 -0
- package/.next/server/chunks/[externals]_next_dist_0arv.vj._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__02xvj_h._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__02xvj_h._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0i7ddmr._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0i7ddmr._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0sxhm1i._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0sxhm1i._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__12xxby8._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__12xxby8._.js.map +1 -0
- package/.next/server/chunks/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/[turbopack]_runtime.js.map +11 -0
- package/.next/server/chunks/_next-internal_server_app_api_daemon_[___path]_route_actions_0a5g-ar.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_daemon_[___path]_route_actions_0a5g-ar.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_api_run-artifacts_[chatId]_route_actions_07e2ul1.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_run-artifacts_[chatId]_route_actions_07e2ul1.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_favicon_ico_route_actions_095lj93.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_favicon_ico_route_actions_095lj93.js.map +1 -0
- package/.next/server/chunks/_next-internal_server_app_icon_svg_route_actions_0-0ehc~.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_icon_svg_route_actions_0-0ehc~.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_0q4woef._.js +3 -0
- package/.next/server/chunks/ssr/05w9_next_dist_0q4woef._.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_0ybpwn1._.js +6 -0
- package/.next/server/chunks/ssr/05w9_next_dist_0ybpwn1._.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_0~859ji._.js +6 -0
- package/.next/server/chunks/ssr/05w9_next_dist_0~859ji._.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_12u3mib._.js +3 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_12u3mib._.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_builtin_forbidden_04fbe_..js +3 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_builtin_forbidden_04fbe_..js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_builtin_global-error_0brpl_..js +3 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_builtin_global-error_0brpl_..js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_builtin_unauthorized_0~2g66g.js +3 -0
- package/.next/server/chunks/ssr/05w9_next_dist_client_components_builtin_unauthorized_0~2g66g.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0-f~6r1.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0-f~6r1.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_00czn99.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_00czn99.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_01nm1_6.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_01nm1_6.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0jcydv7.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0jcydv7.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0km.hvi.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0km.hvi.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0ln8_qt.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0ln8_qt.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0n3h-j1.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0n3h-j1.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0nc~v.o.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0nc~v.o.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0o6nct3.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0o6nct3.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0veve6-.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0veve6-.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0wh5tpo.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_0wh5tpo.js.map +1 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_10~fsfu.js +4 -0
- package/.next/server/chunks/ssr/05w9_next_dist_esm_build_templates_app-page_10~fsfu.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0-7oo8o._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0-7oo8o._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__01t9qm2._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__01t9qm2._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__076~t6~._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__076~t6~._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0_tow-j._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0_tow-j._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0bsym8v._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0bsym8v._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0bwjwxi._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0bwjwxi._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0c2e5js._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0c2e5js._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0d_59pi._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0d_59pi._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0dxp2sg._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0dxp2sg._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0e58.k_._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0e58.k_._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ek20dj._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ek20dj._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0h2o43u._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0h2o43u._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0hn95cc._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0hn95cc._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ic.~tw._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ic.~tw._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0jltd-t._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0jltd-t._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0k_96yx._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0k_96yx._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0l5ko41._.js +19 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0l5ko41._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0p~21w8._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0p~21w8._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0tc4gl8._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0tc4gl8._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0v73tbn._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0v73tbn._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0we1ana._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0we1ana._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0xlzjhk._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0xlzjhk._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ygksjc._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0ygksjc._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0yhjl35._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0yhjl35._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0~cqs-9._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0~cqs-9._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__109.1j0._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__109.1j0._.js.map +1 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__10gepjv._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__10gepjv._.js.map +1 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js.map +11 -0
- package/.next/server/chunks/ssr/_01t~nag._.js +30 -0
- package/.next/server/chunks/ssr/_01t~nag._.js.map +1 -0
- package/.next/server/chunks/ssr/_097xk3e._.js +3 -0
- package/.next/server/chunks/ssr/_097xk3e._.js.map +1 -0
- package/.next/server/chunks/ssr/_0bxoss0._.js +30 -0
- package/.next/server/chunks/ssr/_0bxoss0._.js.map +1 -0
- package/.next/server/chunks/ssr/_0ck1n8_._.js +7 -0
- package/.next/server/chunks/ssr/_0ck1n8_._.js.map +1 -0
- package/.next/server/chunks/ssr/_0d-304b._.js +30 -0
- package/.next/server/chunks/ssr/_0d-304b._.js.map +1 -0
- package/.next/server/chunks/ssr/_0p-_ahq._.js +30 -0
- package/.next/server/chunks/ssr/_0p-_ahq._.js.map +1 -0
- package/.next/server/chunks/ssr/_0qlx_85._.js +7 -0
- package/.next/server/chunks/ssr/_0qlx_85._.js.map +1 -0
- package/.next/server/chunks/ssr/_0y43gyn._.js +27 -0
- package/.next/server/chunks/ssr/_0y43gyn._.js.map +1 -0
- package/.next/server/chunks/ssr/_11i54x9._.js +30 -0
- package/.next/server/chunks/ssr/_11i54x9._.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0eq97pa.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0eq97pa.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_connect_page_actions_0vb8s6u.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_connect_page_actions_0vb8s6u.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_new_page_actions_08q6mx5.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_new_page_actions_08q6mx5.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_onboarding_page_actions_0qdby58.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_onboarding_page_actions_0qdby58.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_personas_page_actions_08fq21v.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_personas_page_actions_08fq21v.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_runs_[runId]_page_actions_0z6r2tz.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_runs_[runId]_page_actions_0z6r2tz.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_runs_page_actions_04_e1xr.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_runs_page_actions_04_e1xr.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_settings_page_actions_0mr68ai.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_settings_page_actions_0mr68ai.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_settings_permissions_page_actions_0cr.qtc.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_settings_permissions_page_actions_0cr.qtc.js.map +1 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_templates_page_actions_0n8gow3.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_templates_page_actions_0n8gow3.js.map +1 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0~j0k.e._.js +33 -0
- package/.next/server/chunks/ssr/node_modules__pnpm_0~j0k.e._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_new_page_tsx_0av4n2k._.js +3 -0
- package/.next/server/chunks/ssr/src_app_new_page_tsx_0av4n2k._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +3 -0
- package/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_personas_page_tsx_0jx9vyh._.js +3 -0
- package/.next/server/chunks/ssr/src_app_personas_page_tsx_0jx9vyh._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +27 -0
- package/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js.map +1 -0
- package/.next/server/chunks/ssr/src_app_templates_page_tsx_0tml2wg._.js +3 -0
- package/.next/server/chunks/ssr/src_app_templates_page_tsx_0tml2wg._.js.map +1 -0
- package/.next/server/chunks/ssr/src_components_0j77o23._.js +3 -0
- package/.next/server/chunks/ssr/src_components_0j77o23._.js.map +1 -0
- package/.next/server/chunks/ssr/src_components_0lc2g58._.js +3 -0
- package/.next/server/chunks/ssr/src_components_0lc2g58._.js.map +1 -0
- package/.next/server/chunks/ssr/src_components_live-run-real_index_tsx_0zzsdt9._.js +3 -0
- package/.next/server/chunks/ssr/src_components_live-run-real_index_tsx_0zzsdt9._.js.map +1 -0
- package/.next/server/functions-config-manifest.json +6 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +21 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +51 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/prefetch-hints.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +5 -0
- package/.next/static/chunks/0-xxtuzaqzyzy.css +3 -0
- package/.next/static/chunks/0.dctgbd3j_xg.js +2 -0
- package/.next/static/chunks/0.~gqf.-9g-fh.js +1 -0
- package/.next/static/chunks/01as9r5n5k.xo.js +1 -0
- package/.next/static/chunks/034b~pjm7y20e.js +1 -0
- package/.next/static/chunks/03~yq9q893hmn.js +1 -0
- package/.next/static/chunks/05o4oa_9xfaun.js +1 -0
- package/.next/static/chunks/08dnw-0gzytmy.js +5 -0
- package/.next/static/chunks/08f2b7tuf53ep.js +1 -0
- package/.next/static/chunks/0a_u3vdu6tc~f.js +1 -0
- package/.next/static/chunks/0am72irwq2bx0.js +5 -0
- package/.next/static/chunks/0c-d1bhb8byrx.js +1 -0
- package/.next/static/chunks/0s4~w2~is76y1.js +1 -0
- package/.next/static/chunks/0ue4qcctkv016.js +4 -0
- package/.next/static/chunks/0uok5~eqi6zku.js +1 -0
- package/.next/static/chunks/0v3lyuj75aq50.js +1 -0
- package/.next/static/chunks/0whnu9t5k-ij7.js +1 -0
- package/.next/static/chunks/0x00t3du13-u4.js +25 -0
- package/.next/static/chunks/0xs3ktzdh4rw4.js +1 -0
- package/.next/static/chunks/0~8r6nhrrl~f9.js +1 -0
- package/.next/static/chunks/10jdu00ksgu69.js +1 -0
- package/.next/static/chunks/10ld26~0f71ye.js +25 -0
- package/.next/static/chunks/11k2wbc04r__f.js +25 -0
- package/.next/static/chunks/13-.xgv2t5u6m.js +31 -0
- package/.next/static/chunks/152ec.u3_e~ya.js +25 -0
- package/.next/static/chunks/172tpttbumwi1.js +25 -0
- package/.next/static/chunks/turbopack-0-al833jv3to~.js +1 -0
- package/.next/static/dJlbRLlhISA0JGtHKVqgQ/_buildManifest.js +11 -0
- package/.next/static/dJlbRLlhISA0JGtHKVqgQ/_clientMiddlewareManifest.js +1 -0
- package/.next/static/dJlbRLlhISA0JGtHKVqgQ/_ssgManifest.js +1 -0
- package/.next/static/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
- package/.next/static/media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2 +0 -0
- package/.next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
- package/.next/static/media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2 +0 -0
- package/.next/static/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
- package/.next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2 +0 -0
- package/.next/static/media/favicon.0i~66t__91s97.ico +0 -0
- package/.next/static/media/icon.15.86wme~cdlv.svg +6 -0
- package/.next/trace +1 -0
- package/.next/trace-build +1 -0
- package/.next/turbopack +0 -0
- package/.next/types/cache-life.d.ts +145 -0
- package/.next/types/routes.d.ts +83 -0
- package/.next/types/validator.ts +169 -0
- package/LICENSE +201 -0
- package/README.md +423 -0
- package/assets/slash-commands/chorus.md +35 -0
- package/bin/chorus.mjs +30 -0
- package/dist/lib/db/schema.sql +132 -0
- package/package.json +79 -0
- package/prompts/personas/accountant.md +27 -0
- package/prompts/personas/cartographer.md +28 -0
- package/prompts/personas/concierge.md +25 -0
- package/prompts/personas/conservator.md +27 -0
- package/prompts/personas/inspector.md +31 -0
- package/prompts/personas/librarian.md +29 -0
- package/prompts/personas/profiler.md +25 -0
- package/prompts/personas/quartermaster.md +25 -0
- package/prompts/personas/sentinel.md +28 -0
- package/prompts/personas/translator.md +28 -0
- package/scripts/postinstall.mjs +20 -0
- package/templates/README.md +71 -0
- package/templates/architect-review.yaml +52 -0
- package/templates/bug-diagnose.yaml +31 -0
- package/templates/code-review.yaml +46 -0
- package/templates/red-green.yaml +169 -0
- package/templates/review-only.yaml +73 -0
- package/templates/tri-review.yaml +41 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
// Type definitions for Next.js cacheLife configs
|
|
2
|
+
|
|
3
|
+
declare module 'next/cache' {
|
|
4
|
+
export { unstable_cache } from 'next/dist/server/web/spec-extension/unstable-cache'
|
|
5
|
+
export {
|
|
6
|
+
updateTag,
|
|
7
|
+
revalidateTag,
|
|
8
|
+
revalidatePath,
|
|
9
|
+
refresh,
|
|
10
|
+
} from 'next/dist/server/web/spec-extension/revalidate'
|
|
11
|
+
export { unstable_noStore } from 'next/dist/server/web/spec-extension/unstable-no-store'
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Cache this `"use cache"` for a timespan defined by the `"default"` profile.
|
|
16
|
+
* ```
|
|
17
|
+
* stale: 300 seconds (5 minutes)
|
|
18
|
+
* revalidate: 900 seconds (15 minutes)
|
|
19
|
+
* expire: never
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
23
|
+
* If the server receives a new request after 15 minutes, start revalidating new values in the background.
|
|
24
|
+
* It lives for the maximum age of the server cache. If this entry has no traffic for a while, it may serve an old value the next request.
|
|
25
|
+
*/
|
|
26
|
+
export function cacheLife(profile: "default"): void
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Cache this `"use cache"` for a timespan defined by the `"seconds"` profile.
|
|
30
|
+
* ```
|
|
31
|
+
* stale: 30 seconds
|
|
32
|
+
* revalidate: 1 seconds
|
|
33
|
+
* expire: 60 seconds (1 minute)
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* This cache may be stale on clients for 30 seconds before checking with the server.
|
|
37
|
+
* If the server receives a new request after 1 seconds, start revalidating new values in the background.
|
|
38
|
+
* If this entry has no traffic for 1 minute it will expire. The next request will recompute it.
|
|
39
|
+
*/
|
|
40
|
+
export function cacheLife(profile: "seconds"): void
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Cache this `"use cache"` for a timespan defined by the `"minutes"` profile.
|
|
44
|
+
* ```
|
|
45
|
+
* stale: 300 seconds (5 minutes)
|
|
46
|
+
* revalidate: 60 seconds (1 minute)
|
|
47
|
+
* expire: 3600 seconds (1 hour)
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
51
|
+
* If the server receives a new request after 1 minute, start revalidating new values in the background.
|
|
52
|
+
* If this entry has no traffic for 1 hour it will expire. The next request will recompute it.
|
|
53
|
+
*/
|
|
54
|
+
export function cacheLife(profile: "minutes"): void
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Cache this `"use cache"` for a timespan defined by the `"hours"` profile.
|
|
58
|
+
* ```
|
|
59
|
+
* stale: 300 seconds (5 minutes)
|
|
60
|
+
* revalidate: 3600 seconds (1 hour)
|
|
61
|
+
* expire: 86400 seconds (1 day)
|
|
62
|
+
* ```
|
|
63
|
+
*
|
|
64
|
+
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
65
|
+
* If the server receives a new request after 1 hour, start revalidating new values in the background.
|
|
66
|
+
* If this entry has no traffic for 1 day it will expire. The next request will recompute it.
|
|
67
|
+
*/
|
|
68
|
+
export function cacheLife(profile: "hours"): void
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Cache this `"use cache"` for a timespan defined by the `"days"` profile.
|
|
72
|
+
* ```
|
|
73
|
+
* stale: 300 seconds (5 minutes)
|
|
74
|
+
* revalidate: 86400 seconds (1 day)
|
|
75
|
+
* expire: 604800 seconds (1 week)
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
79
|
+
* If the server receives a new request after 1 day, start revalidating new values in the background.
|
|
80
|
+
* If this entry has no traffic for 1 week it will expire. The next request will recompute it.
|
|
81
|
+
*/
|
|
82
|
+
export function cacheLife(profile: "days"): void
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Cache this `"use cache"` for a timespan defined by the `"weeks"` profile.
|
|
86
|
+
* ```
|
|
87
|
+
* stale: 300 seconds (5 minutes)
|
|
88
|
+
* revalidate: 604800 seconds (1 week)
|
|
89
|
+
* expire: 2592000 seconds (1 month)
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
93
|
+
* If the server receives a new request after 1 week, start revalidating new values in the background.
|
|
94
|
+
* If this entry has no traffic for 1 month it will expire. The next request will recompute it.
|
|
95
|
+
*/
|
|
96
|
+
export function cacheLife(profile: "weeks"): void
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Cache this `"use cache"` for a timespan defined by the `"max"` profile.
|
|
100
|
+
* ```
|
|
101
|
+
* stale: 300 seconds (5 minutes)
|
|
102
|
+
* revalidate: 2592000 seconds (1 month)
|
|
103
|
+
* expire: 31536000 seconds (365 days)
|
|
104
|
+
* ```
|
|
105
|
+
*
|
|
106
|
+
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
107
|
+
* If the server receives a new request after 1 month, start revalidating new values in the background.
|
|
108
|
+
* If this entry has no traffic for 365 days it will expire. The next request will recompute it.
|
|
109
|
+
*/
|
|
110
|
+
export function cacheLife(profile: "max"): void
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Cache this `"use cache"` using a custom timespan.
|
|
114
|
+
* ```
|
|
115
|
+
* stale: ... // seconds
|
|
116
|
+
* revalidate: ... // seconds
|
|
117
|
+
* expire: ... // seconds
|
|
118
|
+
* ```
|
|
119
|
+
*
|
|
120
|
+
* This is similar to Cache-Control: max-age=`stale`,s-max-age=`revalidate`,stale-while-revalidate=`expire-revalidate`
|
|
121
|
+
*
|
|
122
|
+
* If a value is left out, the lowest of other cacheLife() calls or the default, is used instead.
|
|
123
|
+
*/
|
|
124
|
+
export function cacheLife(profile: {
|
|
125
|
+
/**
|
|
126
|
+
* This cache may be stale on clients for ... seconds before checking with the server.
|
|
127
|
+
*/
|
|
128
|
+
stale?: number,
|
|
129
|
+
/**
|
|
130
|
+
* If the server receives a new request after ... seconds, start revalidating new values in the background.
|
|
131
|
+
*/
|
|
132
|
+
revalidate?: number,
|
|
133
|
+
/**
|
|
134
|
+
* If this entry has no traffic for ... seconds it will expire. The next request will recompute it.
|
|
135
|
+
*/
|
|
136
|
+
expire?: number
|
|
137
|
+
}): void
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
import { cacheTag } from 'next/dist/server/use-cache/cache-tag'
|
|
141
|
+
export { cacheTag }
|
|
142
|
+
|
|
143
|
+
export const unstable_cacheTag: typeof cacheTag
|
|
144
|
+
export const unstable_cacheLife: typeof cacheLife
|
|
145
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// This file is generated automatically by Next.js
|
|
2
|
+
// Do not edit this file manually
|
|
3
|
+
|
|
4
|
+
type AppRoutes = "/" | "/connect" | "/demo/[scenario]" | "/new" | "/onboarding" | "/personas" | "/runs" | "/runs/[runId]" | "/settings" | "/settings/permissions" | "/templates"
|
|
5
|
+
type AppRouteHandlerRoutes = "/api/daemon/[...path]" | "/api/run-artifacts/[chatId]"
|
|
6
|
+
type PageRoutes = never
|
|
7
|
+
type LayoutRoutes = "/"
|
|
8
|
+
type RedirectRoutes = never
|
|
9
|
+
type RewriteRoutes = never
|
|
10
|
+
type Routes = AppRoutes | PageRoutes | LayoutRoutes | RedirectRoutes | RewriteRoutes | AppRouteHandlerRoutes
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
interface ParamMap {
|
|
14
|
+
"/": {}
|
|
15
|
+
"/api/daemon/[...path]": { "path": string[]; }
|
|
16
|
+
"/api/run-artifacts/[chatId]": { "chatId": string; }
|
|
17
|
+
"/connect": {}
|
|
18
|
+
"/demo/[scenario]": { "scenario": string; }
|
|
19
|
+
"/new": {}
|
|
20
|
+
"/onboarding": {}
|
|
21
|
+
"/personas": {}
|
|
22
|
+
"/runs": {}
|
|
23
|
+
"/runs/[runId]": { "runId": string; }
|
|
24
|
+
"/settings": {}
|
|
25
|
+
"/settings/permissions": {}
|
|
26
|
+
"/templates": {}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
export type ParamsOf<Route extends Routes> = ParamMap[Route]
|
|
31
|
+
|
|
32
|
+
interface LayoutSlotMap {
|
|
33
|
+
"/": never
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
export type { AppRoutes, PageRoutes, LayoutRoutes, RedirectRoutes, RewriteRoutes, ParamMap, AppRouteHandlerRoutes }
|
|
38
|
+
|
|
39
|
+
declare global {
|
|
40
|
+
/**
|
|
41
|
+
* Props for Next.js App Router page components
|
|
42
|
+
* @example
|
|
43
|
+
* ```tsx
|
|
44
|
+
* export default function Page(props: PageProps<'/blog/[slug]'>) {
|
|
45
|
+
* const { slug } = await props.params
|
|
46
|
+
* return <div>Blog post: {slug}</div>
|
|
47
|
+
* }
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
interface PageProps<AppRoute extends AppRoutes> {
|
|
51
|
+
params: Promise<ParamMap[AppRoute]>
|
|
52
|
+
searchParams: Promise<Record<string, string | string[] | undefined>>
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Props for Next.js App Router layout components
|
|
57
|
+
* @example
|
|
58
|
+
* ```tsx
|
|
59
|
+
* export default function Layout(props: LayoutProps<'/dashboard'>) {
|
|
60
|
+
* return <div>{props.children}</div>
|
|
61
|
+
* }
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
type LayoutProps<LayoutRoute extends LayoutRoutes> = {
|
|
65
|
+
params: Promise<ParamMap[LayoutRoute]>
|
|
66
|
+
children: React.ReactNode
|
|
67
|
+
} & {
|
|
68
|
+
[K in LayoutSlotMap[LayoutRoute]]: React.ReactNode
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Context for Next.js App Router route handlers
|
|
73
|
+
* @example
|
|
74
|
+
* ```tsx
|
|
75
|
+
* export async function GET(request: NextRequest, context: RouteContext<'/api/users/[id]'>) {
|
|
76
|
+
* const { id } = await context.params
|
|
77
|
+
* return Response.json({ id })
|
|
78
|
+
* }
|
|
79
|
+
* ```
|
|
80
|
+
*/
|
|
81
|
+
interface RouteContext<AppRouteHandlerRoute extends AppRouteHandlerRoutes> {
|
|
82
|
+
params: Promise<ParamMap[AppRouteHandlerRoute]>
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
// This file is generated automatically by Next.js
|
|
2
|
+
// Do not edit this file manually
|
|
3
|
+
// This file validates that all pages and layouts export the correct types
|
|
4
|
+
|
|
5
|
+
import type { AppRoutes, LayoutRoutes, ParamMap, AppRouteHandlerRoutes } from "./routes.js"
|
|
6
|
+
import type { ResolvingMetadata, ResolvingViewport } from "next/types.js"
|
|
7
|
+
import type { NextRequest } from 'next/server.js'
|
|
8
|
+
|
|
9
|
+
type AppPageConfig<Route extends AppRoutes = AppRoutes> = {
|
|
10
|
+
default: React.ComponentType<{ params: Promise<ParamMap[Route]> } & any> | ((props: { params: Promise<ParamMap[Route]> } & any) => React.ReactNode | Promise<React.ReactNode> | never | void | Promise<void>)
|
|
11
|
+
generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise<any[]> | any[]
|
|
12
|
+
generateMetadata?: (
|
|
13
|
+
props: { params: Promise<ParamMap[Route]> } & any,
|
|
14
|
+
parent: ResolvingMetadata
|
|
15
|
+
) => Promise<any> | any
|
|
16
|
+
generateViewport?: (
|
|
17
|
+
props: { params: Promise<ParamMap[Route]> } & any,
|
|
18
|
+
parent: ResolvingViewport
|
|
19
|
+
) => Promise<any> | any
|
|
20
|
+
metadata?: any
|
|
21
|
+
viewport?: any
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
type LayoutConfig<Route extends LayoutRoutes = LayoutRoutes> = {
|
|
25
|
+
default: React.ComponentType<LayoutProps<Route>> | ((props: LayoutProps<Route>) => React.ReactNode | Promise<React.ReactNode> | never | void | Promise<void>)
|
|
26
|
+
generateStaticParams?: (props: { params: ParamMap[Route] }) => Promise<any[]> | any[]
|
|
27
|
+
generateMetadata?: (
|
|
28
|
+
props: { params: Promise<ParamMap[Route]> } & any,
|
|
29
|
+
parent: ResolvingMetadata
|
|
30
|
+
) => Promise<any> | any
|
|
31
|
+
generateViewport?: (
|
|
32
|
+
props: { params: Promise<ParamMap[Route]> } & any,
|
|
33
|
+
parent: ResolvingViewport
|
|
34
|
+
) => Promise<any> | any
|
|
35
|
+
metadata?: any
|
|
36
|
+
viewport?: any
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRoutes> = {
|
|
40
|
+
GET?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void
|
|
41
|
+
POST?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void
|
|
42
|
+
PUT?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void
|
|
43
|
+
PATCH?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void
|
|
44
|
+
DELETE?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void
|
|
45
|
+
HEAD?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void
|
|
46
|
+
OPTIONS?: (request: NextRequest, context: { params: Promise<ParamMap[Route]> }) => Promise<Response | void> | Response | void
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
// Validate ../../../src/app/connect/page.tsx
|
|
51
|
+
{
|
|
52
|
+
type __IsExpected<Specific extends AppPageConfig<"/connect">> = Specific
|
|
53
|
+
const handler = {} as typeof import("../../../src/app/connect/page.js")
|
|
54
|
+
type __Check = __IsExpected<typeof handler>
|
|
55
|
+
// @ts-ignore
|
|
56
|
+
type __Unused = __Check
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// Validate ../../../src/app/demo/[scenario]/page.tsx
|
|
60
|
+
{
|
|
61
|
+
type __IsExpected<Specific extends AppPageConfig<"/demo/[scenario]">> = Specific
|
|
62
|
+
const handler = {} as typeof import("../../../src/app/demo/[scenario]/page.js")
|
|
63
|
+
type __Check = __IsExpected<typeof handler>
|
|
64
|
+
// @ts-ignore
|
|
65
|
+
type __Unused = __Check
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// Validate ../../../src/app/new/page.tsx
|
|
69
|
+
{
|
|
70
|
+
type __IsExpected<Specific extends AppPageConfig<"/new">> = Specific
|
|
71
|
+
const handler = {} as typeof import("../../../src/app/new/page.js")
|
|
72
|
+
type __Check = __IsExpected<typeof handler>
|
|
73
|
+
// @ts-ignore
|
|
74
|
+
type __Unused = __Check
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Validate ../../../src/app/onboarding/page.tsx
|
|
78
|
+
{
|
|
79
|
+
type __IsExpected<Specific extends AppPageConfig<"/onboarding">> = Specific
|
|
80
|
+
const handler = {} as typeof import("../../../src/app/onboarding/page.js")
|
|
81
|
+
type __Check = __IsExpected<typeof handler>
|
|
82
|
+
// @ts-ignore
|
|
83
|
+
type __Unused = __Check
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Validate ../../../src/app/page.tsx
|
|
87
|
+
{
|
|
88
|
+
type __IsExpected<Specific extends AppPageConfig<"/">> = Specific
|
|
89
|
+
const handler = {} as typeof import("../../../src/app/page.js")
|
|
90
|
+
type __Check = __IsExpected<typeof handler>
|
|
91
|
+
// @ts-ignore
|
|
92
|
+
type __Unused = __Check
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// Validate ../../../src/app/personas/page.tsx
|
|
96
|
+
{
|
|
97
|
+
type __IsExpected<Specific extends AppPageConfig<"/personas">> = Specific
|
|
98
|
+
const handler = {} as typeof import("../../../src/app/personas/page.js")
|
|
99
|
+
type __Check = __IsExpected<typeof handler>
|
|
100
|
+
// @ts-ignore
|
|
101
|
+
type __Unused = __Check
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// Validate ../../../src/app/runs/[runId]/page.tsx
|
|
105
|
+
{
|
|
106
|
+
type __IsExpected<Specific extends AppPageConfig<"/runs/[runId]">> = Specific
|
|
107
|
+
const handler = {} as typeof import("../../../src/app/runs/[runId]/page.js")
|
|
108
|
+
type __Check = __IsExpected<typeof handler>
|
|
109
|
+
// @ts-ignore
|
|
110
|
+
type __Unused = __Check
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// Validate ../../../src/app/runs/page.tsx
|
|
114
|
+
{
|
|
115
|
+
type __IsExpected<Specific extends AppPageConfig<"/runs">> = Specific
|
|
116
|
+
const handler = {} as typeof import("../../../src/app/runs/page.js")
|
|
117
|
+
type __Check = __IsExpected<typeof handler>
|
|
118
|
+
// @ts-ignore
|
|
119
|
+
type __Unused = __Check
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// Validate ../../../src/app/settings/page.tsx
|
|
123
|
+
{
|
|
124
|
+
type __IsExpected<Specific extends AppPageConfig<"/settings">> = Specific
|
|
125
|
+
const handler = {} as typeof import("../../../src/app/settings/page.js")
|
|
126
|
+
type __Check = __IsExpected<typeof handler>
|
|
127
|
+
// @ts-ignore
|
|
128
|
+
type __Unused = __Check
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// Validate ../../../src/app/settings/permissions/page.tsx
|
|
132
|
+
{
|
|
133
|
+
type __IsExpected<Specific extends AppPageConfig<"/settings/permissions">> = Specific
|
|
134
|
+
const handler = {} as typeof import("../../../src/app/settings/permissions/page.js")
|
|
135
|
+
type __Check = __IsExpected<typeof handler>
|
|
136
|
+
// @ts-ignore
|
|
137
|
+
type __Unused = __Check
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// Validate ../../../src/app/templates/page.tsx
|
|
141
|
+
{
|
|
142
|
+
type __IsExpected<Specific extends AppPageConfig<"/templates">> = Specific
|
|
143
|
+
const handler = {} as typeof import("../../../src/app/templates/page.js")
|
|
144
|
+
type __Check = __IsExpected<typeof handler>
|
|
145
|
+
// @ts-ignore
|
|
146
|
+
type __Unused = __Check
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// Validate ../../../src/app/api/daemon/[...path]/route.ts
|
|
150
|
+
{
|
|
151
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/daemon/[...path]">> = Specific
|
|
152
|
+
const handler = {} as typeof import("../../../src/app/api/daemon/[...path]/route.js")
|
|
153
|
+
type __Check = __IsExpected<typeof handler>
|
|
154
|
+
// @ts-ignore
|
|
155
|
+
type __Unused = __Check
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// Validate ../../../src/app/api/run-artifacts/[chatId]/route.ts
|
|
159
|
+
{
|
|
160
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/run-artifacts/[chatId]">> = Specific
|
|
161
|
+
const handler = {} as typeof import("../../../src/app/api/run-artifacts/[chatId]/route.js")
|
|
162
|
+
type __Check = __IsExpected<typeof handler>
|
|
163
|
+
// @ts-ignore
|
|
164
|
+
type __Unused = __Check
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
// Validate ../../../src/app/layout.tsx
|
|
172
|
+
{
|
|
173
|
+
type __IsExpected<Specific extends LayoutConfig<"/">> = Specific
|
|
174
|
+
const handler = {} as typeof import("../../../src/app/layout.js")
|
|
175
|
+
type __Check = __IsExpected<typeof handler>
|
|
176
|
+
// @ts-ignore
|
|
177
|
+
type __Unused = __Check
|
|
178
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"Next.js","version":"16.2.4"}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"route": "/templates",
|
|
4
|
+
"firstLoadUncompressedJsBytes": 844861,
|
|
5
|
+
"firstLoadChunkPaths": [
|
|
6
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
7
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
8
|
+
".next/static/chunks/10jdu00ksgu69.js",
|
|
9
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
10
|
+
".next/static/chunks/0x00t3du13-u4.js",
|
|
11
|
+
".next/static/chunks/0a_u3vdu6tc~f.js",
|
|
12
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
13
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
14
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
15
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
16
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"route": "/settings",
|
|
21
|
+
"firstLoadUncompressedJsBytes": 738572,
|
|
22
|
+
"firstLoadChunkPaths": [
|
|
23
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
24
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
25
|
+
".next/static/chunks/152ec.u3_e~ya.js",
|
|
26
|
+
".next/static/chunks/0x00t3du13-u4.js",
|
|
27
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
28
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
29
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
30
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
31
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
32
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"route": "/runs/[runId]",
|
|
37
|
+
"firstLoadUncompressedJsBytes": 734771,
|
|
38
|
+
"firstLoadChunkPaths": [
|
|
39
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
40
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
41
|
+
".next/static/chunks/0uok5~eqi6zku.js",
|
|
42
|
+
".next/static/chunks/0s4~w2~is76y1.js",
|
|
43
|
+
".next/static/chunks/10ld26~0f71ye.js",
|
|
44
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
45
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
46
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
47
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
48
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
49
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"route": "/personas",
|
|
54
|
+
"firstLoadUncompressedJsBytes": 731959,
|
|
55
|
+
"firstLoadChunkPaths": [
|
|
56
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
57
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
58
|
+
".next/static/chunks/05o4oa_9xfaun.js",
|
|
59
|
+
".next/static/chunks/0x00t3du13-u4.js",
|
|
60
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
61
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
62
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
63
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
64
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
65
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"route": "/new",
|
|
70
|
+
"firstLoadUncompressedJsBytes": 720759,
|
|
71
|
+
"firstLoadChunkPaths": [
|
|
72
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
73
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
74
|
+
".next/static/chunks/034b~pjm7y20e.js",
|
|
75
|
+
".next/static/chunks/0x00t3du13-u4.js",
|
|
76
|
+
".next/static/chunks/0am72irwq2bx0.js",
|
|
77
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
78
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
79
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
80
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
81
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"route": "/connect",
|
|
86
|
+
"firstLoadUncompressedJsBytes": 719004,
|
|
87
|
+
"firstLoadChunkPaths": [
|
|
88
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
89
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
90
|
+
".next/static/chunks/0~8r6nhrrl~f9.js",
|
|
91
|
+
".next/static/chunks/10ld26~0f71ye.js",
|
|
92
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
93
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
94
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
95
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
96
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
97
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"route": "/",
|
|
102
|
+
"firstLoadUncompressedJsBytes": 715768,
|
|
103
|
+
"firstLoadChunkPaths": [
|
|
104
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
105
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
106
|
+
".next/static/chunks/0xs3ktzdh4rw4.js",
|
|
107
|
+
".next/static/chunks/172tpttbumwi1.js",
|
|
108
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
109
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
110
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
111
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
112
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
113
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"route": "/settings/permissions",
|
|
118
|
+
"firstLoadUncompressedJsBytes": 707475,
|
|
119
|
+
"firstLoadChunkPaths": [
|
|
120
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
121
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
122
|
+
".next/static/chunks/0c-d1bhb8byrx.js",
|
|
123
|
+
".next/static/chunks/10ld26~0f71ye.js",
|
|
124
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
125
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
126
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
127
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
128
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
129
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"route": "/runs",
|
|
134
|
+
"firstLoadUncompressedJsBytes": 706025,
|
|
135
|
+
"firstLoadChunkPaths": [
|
|
136
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
137
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
138
|
+
".next/static/chunks/08f2b7tuf53ep.js",
|
|
139
|
+
".next/static/chunks/10ld26~0f71ye.js",
|
|
140
|
+
".next/static/chunks/08dnw-0gzytmy.js",
|
|
141
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
142
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
143
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
144
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
145
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"route": "/onboarding",
|
|
150
|
+
"firstLoadUncompressedJsBytes": 686369,
|
|
151
|
+
"firstLoadChunkPaths": [
|
|
152
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
153
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
154
|
+
".next/static/chunks/0.~gqf.-9g-fh.js",
|
|
155
|
+
".next/static/chunks/11k2wbc04r__f.js",
|
|
156
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
157
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
158
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
159
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
160
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"route": "/_not-found",
|
|
165
|
+
"firstLoadUncompressedJsBytes": 513928,
|
|
166
|
+
"firstLoadChunkPaths": [
|
|
167
|
+
".next/static/chunks/0whnu9t5k-ij7.js",
|
|
168
|
+
".next/static/chunks/01as9r5n5k.xo.js",
|
|
169
|
+
".next/static/chunks/13-.xgv2t5u6m.js",
|
|
170
|
+
".next/static/chunks/0ue4qcctkv016.js",
|
|
171
|
+
".next/static/chunks/0.dctgbd3j_xg.js",
|
|
172
|
+
".next/static/chunks/0v3lyuj75aq50.js",
|
|
173
|
+
".next/static/chunks/turbopack-0-al833jv3to~.js"
|
|
174
|
+
]
|
|
175
|
+
}
|
|
176
|
+
]
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"/_app": []
|
|
4
|
+
},
|
|
5
|
+
"devFiles": [],
|
|
6
|
+
"polyfillFiles": [],
|
|
7
|
+
"lowPriorityFiles": [
|
|
8
|
+
"static/dJlbRLlhISA0JGtHKVqgQ/_buildManifest.js",
|
|
9
|
+
"static/dJlbRLlhISA0JGtHKVqgQ/_ssgManifest.js",
|
|
10
|
+
"static/dJlbRLlhISA0JGtHKVqgQ/_clientMiddlewareManifest.js"
|
|
11
|
+
],
|
|
12
|
+
"rootMainFiles": []
|
|
13
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"images": {
|
|
4
|
+
"deviceSizes": [
|
|
5
|
+
640,
|
|
6
|
+
750,
|
|
7
|
+
828,
|
|
8
|
+
1080,
|
|
9
|
+
1200,
|
|
10
|
+
1920,
|
|
11
|
+
2048,
|
|
12
|
+
3840
|
|
13
|
+
],
|
|
14
|
+
"imageSizes": [
|
|
15
|
+
32,
|
|
16
|
+
48,
|
|
17
|
+
64,
|
|
18
|
+
96,
|
|
19
|
+
128,
|
|
20
|
+
256,
|
|
21
|
+
384
|
|
22
|
+
],
|
|
23
|
+
"path": "/_next/image",
|
|
24
|
+
"loader": "default",
|
|
25
|
+
"loaderFile": "",
|
|
26
|
+
"domains": [],
|
|
27
|
+
"disableStaticImages": false,
|
|
28
|
+
"minimumCacheTTL": 14400,
|
|
29
|
+
"formats": [
|
|
30
|
+
"image/webp"
|
|
31
|
+
],
|
|
32
|
+
"maximumRedirects": 3,
|
|
33
|
+
"maximumResponseBody": 50000000,
|
|
34
|
+
"dangerouslyAllowLocalIP": false,
|
|
35
|
+
"dangerouslyAllowSVG": false,
|
|
36
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
37
|
+
"contentDispositionType": "attachment",
|
|
38
|
+
"localPatterns": [
|
|
39
|
+
{
|
|
40
|
+
"pathname": "^(?:(?!(?:^|\\/)\\.{1,2}(?:\\/|$))(?:(?:(?!(?:^|\\/)\\.{1,2}(?:\\/|$)).)*?)\\/?)$",
|
|
41
|
+
"search": ""
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"remotePatterns": [],
|
|
45
|
+
"qualities": [
|
|
46
|
+
75
|
|
47
|
+
],
|
|
48
|
+
"unoptimized": false,
|
|
49
|
+
"customCacheHandler": false,
|
|
50
|
+
"sizes": [
|
|
51
|
+
640,
|
|
52
|
+
750,
|
|
53
|
+
828,
|
|
54
|
+
1080,
|
|
55
|
+
1200,
|
|
56
|
+
1920,
|
|
57
|
+
2048,
|
|
58
|
+
3840,
|
|
59
|
+
32,
|
|
60
|
+
48,
|
|
61
|
+
64,
|
|
62
|
+
96,
|
|
63
|
+
128,
|
|
64
|
+
256,
|
|
65
|
+
384
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
}
|