@obsfx/trekker 0.1.5
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/bin/trekker.js +15 -0
- package/dist/index.js +2278 -0
- package/package.json +57 -0
- package/webapp-dist/.next/BUILD_ID +1 -0
- package/webapp-dist/.next/app-path-routes-manifest.json +14 -0
- package/webapp-dist/.next/build-manifest.json +19 -0
- package/webapp-dist/.next/package.json +1 -0
- package/webapp-dist/.next/prerender-manifest.json +85 -0
- package/webapp-dist/.next/required-server-files.json +323 -0
- package/webapp-dist/.next/routes-manifest.json +125 -0
- package/webapp-dist/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/_global-error/page/build-manifest.json +16 -0
- package/webapp-dist/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/webapp-dist/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/webapp-dist/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/_global-error/page.js +10 -0
- package/webapp-dist/.next/server/app/_global-error/page.js.map +5 -0
- package/webapp-dist/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/_global-error.html +2 -0
- package/webapp-dist/.next/server/app/_global-error.meta +15 -0
- package/webapp-dist/.next/server/app/_global-error.rsc +12 -0
- package/webapp-dist/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/webapp-dist/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- package/webapp-dist/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
- package/webapp-dist/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/webapp-dist/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/webapp-dist/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/_not-found/page/build-manifest.json +16 -0
- package/webapp-dist/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
- package/webapp-dist/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/webapp-dist/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/_not-found/page.js +13 -0
- package/webapp-dist/.next/server/app/_not-found/page.js.map +5 -0
- package/webapp-dist/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/_not-found.html +17 -0
- package/webapp-dist/.next/server/app/_not-found.meta +16 -0
- package/webapp-dist/.next/server/app/_not-found.rsc +14 -0
- package/webapp-dist/.next/server/app/_not-found.segments/_full.segment.rsc +14 -0
- package/webapp-dist/.next/server/app/_not-found.segments/_head.segment.rsc +5 -0
- package/webapp-dist/.next/server/app/_not-found.segments/_index.segment.rsc +6 -0
- package/webapp-dist/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/webapp-dist/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/webapp-dist/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/webapp-dist/.next/server/app/api/comments/[id]/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/comments/[id]/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/comments/[id]/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/comments/[id]/route.js +7 -0
- package/webapp-dist/.next/server/app/api/comments/[id]/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/comments/[id]/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/comments/[id]/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/dependencies/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/dependencies/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/dependencies/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/dependencies/route.js +7 -0
- package/webapp-dist/.next/server/app/api/dependencies/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/dependencies/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/dependencies/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/epics/[id]/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/epics/[id]/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/epics/[id]/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/epics/[id]/route.js +7 -0
- package/webapp-dist/.next/server/app/api/epics/[id]/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/epics/[id]/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/epics/[id]/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/epics/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/epics/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/epics/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/epics/route.js +7 -0
- package/webapp-dist/.next/server/app/api/epics/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/epics/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/epics/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/events/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/events/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/events/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/events/route.js +6 -0
- package/webapp-dist/.next/server/app/api/events/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/events/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/events/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/project/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/project/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/project/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/project/route.js +7 -0
- package/webapp-dist/.next/server/app/api/project/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/project/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/project/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/comments/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/comments/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/comments/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/comments/route.js +7 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/comments/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/comments/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/route.js +7 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/tasks/[id]/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/api/tasks/route/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/api/tasks/route/build-manifest.json +11 -0
- package/webapp-dist/.next/server/app/api/tasks/route/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/api/tasks/route.js +7 -0
- package/webapp-dist/.next/server/app/api/tasks/route.js.map +5 -0
- package/webapp-dist/.next/server/app/api/tasks/route.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/api/tasks/route_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app/index.html +17 -0
- package/webapp-dist/.next/server/app/index.meta +14 -0
- package/webapp-dist/.next/server/app/index.rsc +18 -0
- package/webapp-dist/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
- package/webapp-dist/.next/server/app/index.segments/_full.segment.rsc +18 -0
- package/webapp-dist/.next/server/app/index.segments/_head.segment.rsc +5 -0
- package/webapp-dist/.next/server/app/index.segments/_index.segment.rsc +6 -0
- package/webapp-dist/.next/server/app/index.segments/_tree.segment.rsc +2 -0
- package/webapp-dist/.next/server/app/page/app-paths-manifest.json +3 -0
- package/webapp-dist/.next/server/app/page/build-manifest.json +16 -0
- package/webapp-dist/.next/server/app/page/next-font-manifest.json +6 -0
- package/webapp-dist/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/webapp-dist/.next/server/app/page/server-reference-manifest.json +4 -0
- package/webapp-dist/.next/server/app/page.js +15 -0
- package/webapp-dist/.next/server/app/page.js.map +5 -0
- package/webapp-dist/.next/server/app/page.js.nft.json +1 -0
- package/webapp-dist/.next/server/app/page_client-reference-manifest.js +2 -0
- package/webapp-dist/.next/server/app-paths-manifest.json +14 -0
- package/webapp-dist/.next/server/chunks/0a3b6_webapp__next-internal_server_app_api_comments_[id]_route_actions_af232ab0.js +3 -0
- package/webapp-dist/.next/server/chunks/0a3b6_webapp__next-internal_server_app_api_dependencies_route_actions_e60a141e.js +3 -0
- package/webapp-dist/.next/server/chunks/0a3b6_webapp__next-internal_server_app_api_tasks_[id]_comments_route_actions_7664dee6.js +3 -0
- package/webapp-dist/.next/server/chunks/457e5_packages_webapp__next-internal_server_app_api_epics_[id]_route_actions_4214a255.js +3 -0
- package/webapp-dist/.next/server/chunks/457e5_packages_webapp__next-internal_server_app_api_epics_route_actions_21a25d78.js +3 -0
- package/webapp-dist/.next/server/chunks/457e5_packages_webapp__next-internal_server_app_api_events_route_actions_7eb71690.js +3 -0
- package/webapp-dist/.next/server/chunks/457e5_packages_webapp__next-internal_server_app_api_project_route_actions_b9749fa9.js +3 -0
- package/webapp-dist/.next/server/chunks/457e5_packages_webapp__next-internal_server_app_api_tasks_[id]_route_actions_0a245d38.js +3 -0
- package/webapp-dist/.next/server/chunks/457e5_packages_webapp__next-internal_server_app_api_tasks_route_actions_36c9bc86.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__167728e4._.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__288a9fb4._.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__b483bdb2._.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__b9c44791._.js +7 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__d195c75a._.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__d5a6bced._.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__dccbb1d9._.js +19 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__eb3302c2._.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__f0999659._.js +3 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__f91dba61._.js +19 -0
- package/webapp-dist/.next/server/chunks/[root-of-the-server]__fa733c09._.js +3 -0
- package/webapp-dist/.next/server/chunks/[turbopack]_runtime.js +795 -0
- package/webapp-dist/.next/server/chunks/b001a_next_39efd30d._.js +17 -0
- package/webapp-dist/.next/server/chunks/ssr/457e5_packages_webapp__next-internal_server_app__global-error_page_actions_316934be.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/457e5_packages_webapp__next-internal_server_app__not-found_page_actions_51c8ae48.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/953a0_trekker_packages_webapp__next-internal_server_app_page_actions_c6362592.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__282182c1._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__3c9630e5._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__560e4049._.js +4 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__660feac5._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__7a85eec3._.js +10 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__8a9deef1._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__958d14fd._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/[root-of-the-server]__bbfb83b6._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_4febb8e2._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_70accf5e._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_722d79f4._.js +6 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_99636b3e._.js +4 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_client_components_10f1741b._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_client_components_builtin_forbidden_e274141c.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_client_components_builtin_global-error_a5dade91.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_client_components_builtin_unauthorized_348d5f3a.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/b001a_next_dist_esm_build_templates_app-page_441c6a47.js +4 -0
- package/webapp-dist/.next/server/chunks/ssr/workspace_trekker_7282b7cb._.js +4 -0
- package/webapp-dist/.next/server/chunks/ssr/workspace_trekker_a32cc225._.js +48 -0
- package/webapp-dist/.next/server/chunks/ssr/workspace_trekker_d88c7e00._.js +4 -0
- package/webapp-dist/.next/server/chunks/ssr/workspace_trekker_packages_webapp_src_68df25c3._.js +3 -0
- package/webapp-dist/.next/server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js +3 -0
- package/webapp-dist/.next/server/functions-config-manifest.json +4 -0
- package/webapp-dist/.next/server/middleware-build-manifest.js +20 -0
- package/webapp-dist/.next/server/middleware-manifest.json +6 -0
- package/webapp-dist/.next/server/next-font-manifest.js +1 -0
- package/webapp-dist/.next/server/next-font-manifest.json +6 -0
- package/webapp-dist/.next/server/pages/404.html +17 -0
- package/webapp-dist/.next/server/pages/500.html +2 -0
- package/webapp-dist/.next/server/pages-manifest.json +4 -0
- package/webapp-dist/.next/server/server-reference-manifest.js +1 -0
- package/webapp-dist/.next/server/server-reference-manifest.json +5 -0
- package/webapp-dist/.next/static/chunks/1ac2cd06236076d4.js +46 -0
- package/webapp-dist/.next/static/chunks/3036933cb9bf38e3.js +1 -0
- package/webapp-dist/.next/static/chunks/5e0be427f68f6080.js +1 -0
- package/webapp-dist/.next/static/chunks/6aa9c115948055d1.js +1 -0
- package/webapp-dist/.next/static/chunks/a3a48138431e69f2.css +1 -0
- package/webapp-dist/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/webapp-dist/.next/static/chunks/a6dad97d9634a72d.js.map +1 -0
- package/webapp-dist/.next/static/chunks/c1589cab6fb15b0d.js +5 -0
- package/webapp-dist/.next/static/chunks/de03c42fd52463c2.js +2 -0
- package/webapp-dist/.next/static/chunks/f87dc668b9e005e0.js +1 -0
- package/webapp-dist/.next/static/chunks/turbopack-d39d36eb8f918d5a.js +4 -0
- package/webapp-dist/.next/static/sziMhYzomTi_mBUq2dVcq/_buildManifest.js +11 -0
- package/webapp-dist/.next/static/sziMhYzomTi_mBUq2dVcq/_clientMiddlewareManifest.json +1 -0
- package/webapp-dist/.next/static/sziMhYzomTi_mBUq2dVcq/_ssgManifest.js +1 -0
- package/webapp-dist/server.js +38 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/constants.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/package.json","../../../../../../node_modules/.bun/node_modules/next","../../../../node_modules/next","../../chunks/ssr/457e5_packages_webapp__next-internal_server_app__global-error_page_actions_316934be.js","../../chunks/ssr/[root-of-the-server]__3c9630e5._.js","../../chunks/ssr/[root-of-the-server]__560e4049._.js","../../chunks/ssr/[root-of-the-server]__7a85eec3._.js","../../chunks/ssr/[root-of-the-server]__bbfb83b6._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/b001a_next_dist_4febb8e2._.js","../../chunks/ssr/b001a_next_dist_70accf5e._.js","../../chunks/ssr/b001a_next_dist_722d79f4._.js","../../chunks/ssr/b001a_next_dist_99636b3e._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_global-error/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68334,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68334,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":30305,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/layout-router.js":{"id":30305,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":87501,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":87501,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":71355,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-page.js":{"id":71355,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":79966,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-segment.js":{"id":79966,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":73453,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":73453,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":60876,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":60876,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":28614,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":28614,"name":"*","chunks":["/_next/static/chunks/6aa9c115948055d1.js"],"async":false}},"ssrModuleMapping":{"68334":{"*":{"id":93539,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}},"30305":{"*":{"id":75561,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}},"87501":{"*":{"id":5209,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}},"71355":{"*":{"id":85495,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}},"79966":{"*":{"id":31257,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}},"73453":{"*":{"id":7277,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}},"60876":{"*":{"id":13426,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}},"28614":{"*":{"id":2580,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68334":{"*":{"id":62744,"name":"*","chunks":[],"async":false}},"30305":{"*":{"id":77087,"name":"*","chunks":[],"async":false}},"87501":{"*":{"id":3256,"name":"*","chunks":[],"async":false}},"71355":{"*":{"id":79287,"name":"*","chunks":[],"async":false}},"79966":{"*":{"id":93849,"name":"*","chunks":[],"async":false}},"73453":{"*":{"id":43875,"name":"*","chunks":[],"async":false}},"60876":{"*":{"id":40642,"name":"*","chunks":[],"async":false}},"28614":{"*":{"id":59812,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/builtin/app-error":[]},"entryJSFiles":{"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/builtin/app-error":["static/chunks/6aa9c115948055d1.js"]}}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!DOCTYPE html><!--sziMhYzomTi_mBUq2dVcq--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/5e0be427f68f6080.js"/><script src="/_next/static/chunks/3036933cb9bf38e3.js" async=""></script><script src="/_next/static/chunks/c1589cab6fb15b0d.js" async=""></script><script src="/_next/static/chunks/turbopack-d39d36eb8f918d5a.js" async=""></script><script src="/_next/static/chunks/6aa9c115948055d1.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/5e0be427f68f6080.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[30305,[\"/_next/static/chunks/6aa9c115948055d1.js\"],\"default\"]\n3:I[87501,[\"/_next/static/chunks/6aa9c115948055d1.js\"],\"default\"]\n4:I[28614,[\"/_next/static/chunks/6aa9c115948055d1.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[28614,[\"/_next/static/chunks/6aa9c115948055d1.js\"],\"ViewportBoundary\"]\n9:I[28614,[\"/_next/static/chunks/6aa9c115948055d1.js\"],\"MetadataBoundary\"]\nb:I[68334,[\"/_next/static/chunks/6aa9c115948055d1.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"sziMhYzomTi_mBUq2dVcq\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/6aa9c115948055d1.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": 500,
|
|
3
|
+
"headers": {
|
|
4
|
+
"x-nextjs-stale-time": "300",
|
|
5
|
+
"x-nextjs-prerender": "1",
|
|
6
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/_global-error/layout,_N_T_/_global-error/page,_N_T_/_global-error"
|
|
7
|
+
},
|
|
8
|
+
"segmentPaths": [
|
|
9
|
+
"/_tree",
|
|
10
|
+
"/_full",
|
|
11
|
+
"/__PAGE__",
|
|
12
|
+
"/_index",
|
|
13
|
+
"/_head"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30305,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
3
|
+
3:I[87501,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
4
|
+
4:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"OutletBoundary"]
|
|
5
|
+
5:"$Sreact.suspense"
|
|
6
|
+
7:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"ViewportBoundary"]
|
|
7
|
+
9:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"MetadataBoundary"]
|
|
8
|
+
b:I[68334,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
9
|
+
0:{"P":null,"b":"sziMhYzomTi_mBUq2dVcq","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/6aa9c115948055d1.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
|
+
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
|
+
6:null
|
|
12
|
+
a:[]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"OutletBoundary"]
|
|
3
|
+
3:"$Sreact.suspense"
|
|
4
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/6aa9c115948055d1.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
|
+
4:null
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30305,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
3
|
+
3:I[87501,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
4
|
+
4:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"OutletBoundary"]
|
|
5
|
+
5:"$Sreact.suspense"
|
|
6
|
+
7:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"ViewportBoundary"]
|
|
7
|
+
9:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"MetadataBoundary"]
|
|
8
|
+
b:I[68334,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
9
|
+
0:{"P":null,"b":"sziMhYzomTi_mBUq2dVcq","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/6aa9c115948055d1.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
|
+
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
|
+
6:null
|
|
12
|
+
a:[]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[28614,["/_next/static/chunks/6aa9c115948055d1.js"],"MetadataBoundary"]
|
|
4
|
+
4:"$Sreact.suspense"
|
|
5
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30305,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
3
|
+
3:I[87501,["/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
4
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/5e0be427f68f6080.js",
|
|
10
|
+
"static/chunks/3036933cb9bf38e3.js",
|
|
11
|
+
"static/chunks/c1589cab6fb15b0d.js",
|
|
12
|
+
"static/chunks/turbopack-d39d36eb8f918d5a.js"
|
|
13
|
+
],
|
|
14
|
+
"pages": {},
|
|
15
|
+
"ampFirstPages": []
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
|
|
2
|
+
R.c("server/chunks/ssr/[root-of-the-server]__958d14fd._.js")
|
|
3
|
+
R.c("server/chunks/ssr/b001a_next_dist_70accf5e._.js")
|
|
4
|
+
R.c("server/chunks/ssr/b001a_next_dist_esm_build_templates_app-page_441c6a47.js")
|
|
5
|
+
R.c("server/chunks/ssr/[root-of-the-server]__bbfb83b6._.js")
|
|
6
|
+
R.c("server/chunks/ssr/[root-of-the-server]__7a85eec3._.js")
|
|
7
|
+
R.c("server/chunks/ssr/b001a_next_dist_4febb8e2._.js")
|
|
8
|
+
R.c("server/chunks/ssr/workspace_trekker_packages_webapp_src_68df25c3._.js")
|
|
9
|
+
R.c("server/chunks/ssr/b001a_next_dist_client_components_10f1741b._.js")
|
|
10
|
+
R.c("server/chunks/ssr/b001a_next_dist_client_components_builtin_forbidden_e274141c.js")
|
|
11
|
+
R.c("server/chunks/ssr/457e5_packages_webapp__next-internal_server_app__not-found_page_actions_51c8ae48.js")
|
|
12
|
+
R.m(99391)
|
|
13
|
+
module.exports=R.m(99391).exports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/constants.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/package.json","../../../../../../node_modules/.bun/node_modules/next","../../../../node_modules/next","../../chunks/ssr/457e5_packages_webapp__next-internal_server_app__not-found_page_actions_51c8ae48.js","../../chunks/ssr/[root-of-the-server]__3c9630e5._.js","../../chunks/ssr/[root-of-the-server]__7a85eec3._.js","../../chunks/ssr/[root-of-the-server]__958d14fd._.js","../../chunks/ssr/[root-of-the-server]__bbfb83b6._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/b001a_next_dist_4febb8e2._.js","../../chunks/ssr/b001a_next_dist_70accf5e._.js","../../chunks/ssr/b001a_next_dist_722d79f4._.js","../../chunks/ssr/b001a_next_dist_client_components_10f1741b._.js","../../chunks/ssr/b001a_next_dist_client_components_builtin_forbidden_e274141c.js","../../chunks/ssr/b001a_next_dist_esm_build_templates_app-page_441c6a47.js","../../chunks/ssr/workspace_trekker_d88c7e00._.js","../../chunks/ssr/workspace_trekker_packages_webapp_src_68df25c3._.js","../../chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68334,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68334,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":30305,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/layout-router.js":{"id":30305,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":87501,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":87501,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":71355,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-page.js":{"id":71355,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":79966,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/client-segment.js":{"id":79966,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":73453,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":73453,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":60876,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":60876,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":28614,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":28614,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/packages/webapp/src/components/providers.tsx <module evaluation>":{"id":30666,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false},"[project]/workspace/trekker/packages/webapp/src/components/providers.tsx":{"id":30666,"name":"*","chunks":["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"async":false}},"ssrModuleMapping":{"68334":{"*":{"id":93539,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"30305":{"*":{"id":75561,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"87501":{"*":{"id":5209,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"71355":{"*":{"id":85495,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"79966":{"*":{"id":31257,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"73453":{"*":{"id":7277,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"60876":{"*":{"id":13426,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"28614":{"*":{"id":2580,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}},"30666":{"*":{"id":51928,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c9630e5._.js","server/chunks/ssr/workspace_trekker_packages_webapp_src_components_providers_tsx_35c69be9._.js","server/chunks/ssr/b001a_next_dist_722d79f4._.js","server/chunks/ssr/workspace_trekker_d88c7e00._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68334":{"*":{"id":62744,"name":"*","chunks":[],"async":false}},"30305":{"*":{"id":77087,"name":"*","chunks":[],"async":false}},"87501":{"*":{"id":3256,"name":"*","chunks":[],"async":false}},"71355":{"*":{"id":79287,"name":"*","chunks":[],"async":false}},"79966":{"*":{"id":93849,"name":"*","chunks":[],"async":false}},"73453":{"*":{"id":43875,"name":"*","chunks":[],"async":false}},"60876":{"*":{"id":40642,"name":"*","chunks":[],"async":false}},"28614":{"*":{"id":59812,"name":"*","chunks":[],"async":false}},"30666":{"*":{"id":71614,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/workspace/trekker/packages/webapp/src/app/layout":[{"path":"static/chunks/a3a48138431e69f2.css","inlined":false}]},"entryJSFiles":{"[project]/workspace/trekker/packages/webapp/src/app/layout":["static/chunks/f87dc668b9e005e0.js","static/chunks/de03c42fd52463c2.js","static/chunks/6aa9c115948055d1.js"]}}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<!DOCTYPE html><!--sziMhYzomTi_mBUq2dVcq--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/a3a48138431e69f2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/5e0be427f68f6080.js"/><script src="/_next/static/chunks/3036933cb9bf38e3.js" async=""></script><script src="/_next/static/chunks/c1589cab6fb15b0d.js" async=""></script><script src="/_next/static/chunks/turbopack-d39d36eb8f918d5a.js" async=""></script><script src="/_next/static/chunks/f87dc668b9e005e0.js" async=""></script><script src="/_next/static/chunks/de03c42fd52463c2.js" async=""></script><script src="/_next/static/chunks/6aa9c115948055d1.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Trekker</title><meta name="description" content="Issue tracker for AI coding agents"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="min-h-screen bg-background font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a, b, c, d, e, f, g, h) => {
|
|
2
|
+
let i = document.documentElement, j = ["light", "dark"];
|
|
3
|
+
function k(b) {
|
|
4
|
+
var c;
|
|
5
|
+
(Array.isArray(a) ? a : [a]).forEach((a) => {
|
|
6
|
+
let c = a === "class", d = c && f ? e.map((a) => f[a] || a) : e;
|
|
7
|
+
c ? (i.classList.remove(...d), i.classList.add(f && f[b] ? f[b] : b)) : i.setAttribute(a, b);
|
|
8
|
+
}), c = b, h && j.includes(c) && (i.style.colorScheme = c);
|
|
9
|
+
}
|
|
10
|
+
if (d)
|
|
11
|
+
k(d);
|
|
12
|
+
else
|
|
13
|
+
try {
|
|
14
|
+
let a = localStorage.getItem(b) || c, d = g && a === "system" ? window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" : a;
|
|
15
|
+
k(d);
|
|
16
|
+
} catch (a) {}
|
|
17
|
+
})("class","theme","system",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/5e0be427f68f6080.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[30666,[\"/_next/static/chunks/f87dc668b9e005e0.js\",\"/_next/static/chunks/de03c42fd52463c2.js\",\"/_next/static/chunks/6aa9c115948055d1.js\"],\"Providers\"]\n3:I[30305,[\"/_next/static/chunks/f87dc668b9e005e0.js\",\"/_next/static/chunks/de03c42fd52463c2.js\",\"/_next/static/chunks/6aa9c115948055d1.js\"],\"default\"]\n4:I[87501,[\"/_next/static/chunks/f87dc668b9e005e0.js\",\"/_next/static/chunks/de03c42fd52463c2.js\",\"/_next/static/chunks/6aa9c115948055d1.js\"],\"default\"]\n5:I[28614,[\"/_next/static/chunks/f87dc668b9e005e0.js\",\"/_next/static/chunks/de03c42fd52463c2.js\",\"/_next/static/chunks/6aa9c115948055d1.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[28614,[\"/_next/static/chunks/f87dc668b9e005e0.js\",\"/_next/static/chunks/de03c42fd52463c2.js\",\"/_next/static/chunks/6aa9c115948055d1.js\"],\"ViewportBoundary\"]\na:I[28614,[\"/_next/static/chunks/f87dc668b9e005e0.js\",\"/_next/static/chunks/de03c42fd52463c2.js\",\"/_next/static/chunks/6aa9c115948055d1.js\"],\"MetadataBoundary\"]\nc:I[68334,[\"/_next/static/chunks/f87dc668b9e005e0.js\",\"/_next/static/chunks/de03c42fd52463c2.js\",\"/_next/static/chunks/6aa9c115948055d1.js\"],\"default\"]\n:HL[\"/_next/static/chunks/a3a48138431e69f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"sziMhYzomTi_mBUq2dVcq\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/a3a48138431e69f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/f87dc668b9e005e0.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/de03c42fd52463c2.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/6aa9c115948055d1.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-background font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"7:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Trekker\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Issue tracker for AI coding agents\"}]]\n"])</script></body></html>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"status": 404,
|
|
3
|
+
"headers": {
|
|
4
|
+
"x-nextjs-stale-time": "300",
|
|
5
|
+
"x-nextjs-prerender": "1",
|
|
6
|
+
"x-next-cache-tags": "_N_T_/layout,_N_T_/_not-found/layout,_N_T_/_not-found/page,_N_T_/_not-found"
|
|
7
|
+
},
|
|
8
|
+
"segmentPaths": [
|
|
9
|
+
"/_tree",
|
|
10
|
+
"/_full",
|
|
11
|
+
"/_not-found/__PAGE__",
|
|
12
|
+
"/_not-found",
|
|
13
|
+
"/_index",
|
|
14
|
+
"/_head"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30666,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"Providers"]
|
|
3
|
+
3:I[30305,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
4
|
+
4:I[87501,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
5
|
+
5:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"OutletBoundary"]
|
|
6
|
+
6:"$Sreact.suspense"
|
|
7
|
+
8:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"ViewportBoundary"]
|
|
8
|
+
a:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"MetadataBoundary"]
|
|
9
|
+
c:I[68334,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
10
|
+
:HL["/_next/static/chunks/a3a48138431e69f2.css","style"]
|
|
11
|
+
0:{"P":null,"b":"sziMhYzomTi_mBUq2dVcq","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a3a48138431e69f2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/f87dc668b9e005e0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/de03c42fd52463c2.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/6aa9c115948055d1.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true}
|
|
12
|
+
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
13
|
+
7:null
|
|
14
|
+
b:[["$","title","0",{"children":"Trekker"}],["$","meta","1",{"name":"description","content":"Issue tracker for AI coding agents"}]]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30666,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"Providers"]
|
|
3
|
+
3:I[30305,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
4
|
+
4:I[87501,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
5
|
+
5:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"OutletBoundary"]
|
|
6
|
+
6:"$Sreact.suspense"
|
|
7
|
+
8:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"ViewportBoundary"]
|
|
8
|
+
a:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"MetadataBoundary"]
|
|
9
|
+
c:I[68334,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
10
|
+
:HL["/_next/static/chunks/a3a48138431e69f2.css","style"]
|
|
11
|
+
0:{"P":null,"b":"sziMhYzomTi_mBUq2dVcq","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a3a48138431e69f2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/f87dc668b9e005e0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/de03c42fd52463c2.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/6aa9c115948055d1.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true}
|
|
12
|
+
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
13
|
+
7:null
|
|
14
|
+
b:[["$","title","0",{"children":"Trekker"}],["$","meta","1",{"name":"description","content":"Issue tracker for AI coding agents"}]]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"MetadataBoundary"]
|
|
4
|
+
4:"$Sreact.suspense"
|
|
5
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Trekker"}],["$","meta","1",{"name":"description","content":"Issue tracker for AI coding agents"}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30666,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"Providers"]
|
|
3
|
+
3:I[30305,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
4
|
+
4:I[87501,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
5
|
+
:HL["/_next/static/chunks/a3a48138431e69f2.css","style"]
|
|
6
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a3a48138431e69f2.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/f87dc668b9e005e0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/de03c42fd52463c2.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/6aa9c115948055d1.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[28614,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"OutletBoundary"]
|
|
3
|
+
3:"$Sreact.suspense"
|
|
4
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
|
+
4:null
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[30305,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
3
|
+
3:I[87501,["/_next/static/chunks/f87dc668b9e005e0.js","/_next/static/chunks/de03c42fd52463c2.js","/_next/static/chunks/6aa9c115948055d1.js"],"default"]
|
|
4
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
:HL["/_next/static/chunks/a3a48138431e69f2.css","style"]
|
|
2
|
+
0:{"buildId":"sziMhYzomTi_mBUq2dVcq","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/comments/[id]/route.js")
|
|
2
|
+
R.c("server/chunks/[root-of-the-server]__d5a6bced._.js")
|
|
3
|
+
R.c("server/chunks/[root-of-the-server]__dccbb1d9._.js")
|
|
4
|
+
R.c("server/chunks/b001a_next_39efd30d._.js")
|
|
5
|
+
R.c("server/chunks/0a3b6_webapp__next-internal_server_app_api_comments_[id]_route_actions_af232ab0.js")
|
|
6
|
+
R.m(45392)
|
|
7
|
+
module.exports=R.m(45392).exports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/constants.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/interop-default.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/is-error.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/lib/semver-noop.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/response-cache/types.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../../node_modules/.bun/next@16.1.4+6dbf9a050bc9aadb/node_modules/next/package.json","../../../../../../../../node_modules/.bun/node_modules/next","../../../../../../node_modules/next","../../../../chunks/0a3b6_webapp__next-internal_server_app_api_comments_[id]_route_actions_af232ab0.js","../../../../chunks/[root-of-the-server]__d5a6bced._.js","../../../../chunks/[root-of-the-server]__dccbb1d9._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/b001a_next_39efd30d._.js","./route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/api/comments/[id]/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|