dev3000 0.0.55 → 0.0.57
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/README.md +13 -13
- package/dist/cdp-monitor.d.ts +1 -0
- package/dist/cdp-monitor.d.ts.map +1 -1
- package/dist/cdp-monitor.js +101 -17
- package/dist/cdp-monitor.js.map +1 -1
- package/mcp-server/.next/BUILD_ID +1 -1
- package/mcp-server/.next/app-build-manifest.json +20 -19
- package/mcp-server/.next/app-path-routes-manifest.json +1 -0
- package/mcp-server/.next/build-manifest.json +5 -5
- package/mcp-server/.next/cache/.tsbuildinfo +1 -1
- package/mcp-server/.next/fallback-build-manifest.json +2 -2
- package/mcp-server/.next/prerender-manifest.json +7 -7
- package/mcp-server/.next/server/app/_global-error/page/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/_global-error/page/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/_global-error.html +2 -2
- package/mcp-server/.next/server/app/_global-error.rsc +1 -1
- package/mcp-server/.next/server/app/_not-found/page/app-build-manifest.json +4 -4
- package/mcp-server/.next/server/app/_not-found/page/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/_not-found.html +1 -1
- package/mcp-server/.next/server/app/_not-found.rsc +2 -2
- package/mcp-server/.next/server/app/api/config/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/config/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/health/route/app-build-manifest.json +11 -0
- package/mcp-server/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
- package/mcp-server/.next/server/app/api/health/route/build-manifest.json +17 -0
- package/mcp-server/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
- package/mcp-server/.next/server/app/api/health/route.js +7 -0
- package/mcp-server/.next/server/app/api/health/route.js.map +5 -0
- package/mcp-server/.next/server/app/api/health/route.js.nft.json +1 -0
- package/mcp-server/.next/server/app/api/health/route_client-reference-manifest.js +2 -0
- package/mcp-server/.next/server/app/api/logs/append/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/append/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/head/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/head/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/list/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/list/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/rotate/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/rotate/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/stream/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/stream/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/tail/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/logs/tail/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/mcp/[transport]/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/mcp/[transport]/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/replay/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/server/app/api/replay/route/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/index.html +1 -1
- package/mcp-server/.next/server/app/index.rsc +16 -14
- package/mcp-server/.next/server/app/logs/page/app-build-manifest.json +4 -4
- package/mcp-server/.next/server/app/logs/page/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/logs/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/page/app-build-manifest.json +5 -4
- package/mcp-server/.next/server/app/page/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/page.js +1 -1
- package/mcp-server/.next/server/app/page.js.nft.json +1 -1
- package/mcp-server/.next/server/app/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/replay/page/app-build-manifest.json +4 -4
- package/mcp-server/.next/server/app/replay/page/build-manifest.json +3 -3
- package/mcp-server/.next/server/app/replay/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/server/app/replay.html +1 -1
- package/mcp-server/.next/server/app/replay.rsc +2 -2
- package/mcp-server/.next/server/app-paths-manifest.json +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__6f92d0ce._.js +3 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__6f92d0ce._.js.map +1 -0
- package/mcp-server/.next/server/chunks/[root-of-the-server]__82298dd3._.js +6 -6
- package/mcp-server/.next/server/chunks/[root-of-the-server]__82298dd3._.js.map +1 -1
- package/mcp-server/.next/server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js +3 -0
- package/mcp-server/.next/server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__b732be1d._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__b732be1d._.js.map +1 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__ffe77ef7._.js +3 -0
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__ffe77ef7._.js.map +1 -0
- package/mcp-server/.next/server/middleware-build-manifest.js +3 -3
- package/mcp-server/.next/server/pages/404.html +1 -1
- package/mcp-server/.next/server/pages/500.html +2 -2
- package/mcp-server/.next/standalone/.next/BUILD_ID +1 -1
- package/mcp-server/.next/standalone/.next/app-build-manifest.json +20 -19
- package/mcp-server/.next/standalone/.next/app-path-routes-manifest.json +1 -0
- package/mcp-server/.next/standalone/.next/build-manifest.json +5 -5
- package/mcp-server/.next/standalone/.next/prerender-manifest.json +7 -7
- package/mcp-server/.next/standalone/.next/server/app/_global-error/page/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/mcp-server/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found/page/app-build-manifest.json +4 -4
- package/mcp-server/.next/standalone/.next/server/app/_not-found/page/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/mcp-server/.next/standalone/.next/server/app/api/config/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/config/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/health/route/app-build-manifest.json +11 -0
- package/mcp-server/.next/standalone/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
- package/mcp-server/.next/standalone/.next/server/app/api/health/route/build-manifest.json +17 -0
- package/mcp-server/.next/standalone/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
- package/mcp-server/.next/standalone/.next/server/app/api/health/route.js +7 -0
- package/mcp-server/.next/standalone/.next/server/app/api/health/route.js.map +5 -0
- package/mcp-server/.next/standalone/.next/server/app/api/health/route.js.nft.json +1 -0
- package/mcp-server/.next/standalone/.next/server/app/api/health/route_client-reference-manifest.js +2 -0
- package/mcp-server/.next/standalone/.next/server/app/api/logs/append/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/append/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/head/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/head/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/list/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/list/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/rotate/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/rotate/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/stream/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/stream/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/tail/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/logs/tail/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/mcp/[transport]/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/mcp/[transport]/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/replay/route/app-build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/api/replay/route/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/index.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/index.rsc +16 -14
- package/mcp-server/.next/standalone/.next/server/app/logs/page/app-build-manifest.json +4 -4
- package/mcp-server/.next/standalone/.next/server/app/logs/page/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/logs/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/page/app-build-manifest.json +5 -4
- package/mcp-server/.next/standalone/.next/server/app/page/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/page.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/mcp-server/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay/page/app-build-manifest.json +4 -4
- package/mcp-server/.next/standalone/.next/server/app/replay/page/build-manifest.json +3 -3
- package/mcp-server/.next/standalone/.next/server/app/replay/page_client-reference-manifest.js +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay.html +1 -1
- package/mcp-server/.next/standalone/.next/server/app/replay.rsc +2 -2
- package/mcp-server/.next/standalone/.next/server/app-paths-manifest.json +1 -0
- package/mcp-server/.next/standalone/.next/server/chunks/[root-of-the-server]__6f92d0ce._.js +3 -0
- package/mcp-server/.next/standalone/.next/server/chunks/[root-of-the-server]__82298dd3._.js +6 -6
- package/mcp-server/.next/standalone/.next/server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js +3 -0
- package/mcp-server/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__b732be1d._.js +3 -0
- package/mcp-server/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__ffe77ef7._.js +3 -0
- package/mcp-server/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/mcp-server/.next/standalone/.next/server/pages/404.html +1 -1
- package/mcp-server/.next/standalone/.next/server/pages/500.html +2 -2
- package/mcp-server/.next/standalone/app/api/health/route.ts +19 -0
- package/mcp-server/.next/standalone/app/api/mcp/[transport]/route.ts +9 -4
- package/mcp-server/.next/static/chunks/0840a1d3b8d17eda.js +5 -0
- package/mcp-server/.next/static/chunks/{9259a540b1b78b91.js → 5c0c8ae693afcfee.js} +1 -1
- package/mcp-server/.next/static/chunks/830751c84b44689a.js +1 -0
- package/mcp-server/.next/static/chunks/{f7331e11d1cb0264.js → 941b6c341513efe6.js} +1 -1
- package/mcp-server/.next/static/chunks/accd4b2d97799296.js +5 -0
- package/mcp-server/.next/static/chunks/{a1f43ee49fc3218a.css → dc9d08d2b5468dd7.css} +1 -1
- package/mcp-server/.next/static/chunks/{turbopack-e91574a4b6cd8317.js → turbopack-28043e8ec5b32cbc.js} +1 -1
- package/mcp-server/.next/static/chunks/{turbopack-a2b668960bd831ed.js → turbopack-4c431b48e3258ab3.js} +1 -1
- package/mcp-server/.next/static/chunks/{turbopack-d95359954cb213b7.js → turbopack-66b02875bc8e5dbd.js} +1 -1
- package/mcp-server/.next/trace +1 -1
- package/mcp-server/.next/types/routes.d.ts +2 -1
- package/mcp-server/.next/types/validator.ts +9 -0
- package/mcp-server/app/api/health/route.ts +19 -0
- package/mcp-server/app/api/mcp/[transport]/route.ts +10 -5
- package/mcp-server/app/page.tsx +107 -12
- package/package.json +4 -4
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__9865c1be._.js +0 -3
- package/mcp-server/.next/server/chunks/ssr/[root-of-the-server]__9865c1be._.js.map +0 -1
- package/mcp-server/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__9865c1be._.js +0 -3
- package/mcp-server/.next/static/chunks/81c7382ca575441c.js +0 -5
- package/mcp-server/.next/static/chunks/b8ec00ccfbc128ba.js +0 -5
- /package/mcp-server/.next/static/{X4QUiHfBbIqrLCPNDK80s → N6OEtGstY3aUCE305hVvb}/_buildManifest.js +0 -0
- /package/mcp-server/.next/static/{X4QUiHfBbIqrLCPNDK80s → N6OEtGstY3aUCE305hVvb}/_clientMiddlewareManifest.json +0 -0
- /package/mcp-server/.next/static/{X4QUiHfBbIqrLCPNDK80s → N6OEtGstY3aUCE305hVvb}/_ssgManifest.js +0 -0
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"polyfillFiles": [],
|
|
8
8
|
"lowPriorityFiles": [
|
|
9
|
-
"static/
|
|
10
|
-
"static/
|
|
9
|
+
"static/N6OEtGstY3aUCE305hVvb/_ssgManifest.js",
|
|
10
|
+
"static/N6OEtGstY3aUCE305hVvb/_buildManifest.js"
|
|
11
11
|
],
|
|
12
12
|
"rootMainFiles": [],
|
|
13
13
|
"ampFirstPages": []
|
|
@@ -26,8 +26,7 @@
|
|
|
26
26
|
"x-next-revalidate-tag-token"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"/
|
|
30
|
-
"initialStatus": 404,
|
|
29
|
+
"/replay": {
|
|
31
30
|
"experimentalBypassFor": [
|
|
32
31
|
{
|
|
33
32
|
"type": "header",
|
|
@@ -40,8 +39,8 @@
|
|
|
40
39
|
}
|
|
41
40
|
],
|
|
42
41
|
"initialRevalidateSeconds": false,
|
|
43
|
-
"srcRoute": "/
|
|
44
|
-
"dataRoute": "/
|
|
42
|
+
"srcRoute": "/replay",
|
|
43
|
+
"dataRoute": "/replay.rsc",
|
|
45
44
|
"prefetchDataRoute": null,
|
|
46
45
|
"allowHeader": [
|
|
47
46
|
"host",
|
|
@@ -77,7 +76,8 @@
|
|
|
77
76
|
"x-next-revalidate-tag-token"
|
|
78
77
|
]
|
|
79
78
|
},
|
|
80
|
-
"/
|
|
79
|
+
"/_not-found": {
|
|
80
|
+
"initialStatus": 404,
|
|
81
81
|
"experimentalBypassFor": [
|
|
82
82
|
{
|
|
83
83
|
"type": "header",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
}
|
|
91
91
|
],
|
|
92
92
|
"initialRevalidateSeconds": false,
|
|
93
|
-
"srcRoute": "/
|
|
94
|
-
"dataRoute": "/
|
|
93
|
+
"srcRoute": "/_not-found",
|
|
94
|
+
"dataRoute": "/_not-found.rsc",
|
|
95
95
|
"prefetchDataRoute": null,
|
|
96
96
|
"allowHeader": [
|
|
97
97
|
"host",
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"/_global-error/page": [
|
|
4
4
|
"static/chunks/044e917a180dc576.js",
|
|
5
5
|
"static/chunks/1415a83da347ea73.js",
|
|
6
|
-
"static/chunks/
|
|
6
|
+
"static/chunks/941b6c341513efe6.js",
|
|
7
7
|
"static/chunks/605beb21d5c11807.js",
|
|
8
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
9
8
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
10
|
-
"static/chunks/
|
|
9
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
10
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
11
11
|
]
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
9
|
+
"static/chunks/941b6c341513efe6.js",
|
|
10
10
|
"static/chunks/605beb21d5c11807.js",
|
|
11
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
12
11
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
13
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
13
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
14
14
|
],
|
|
15
15
|
"pages": {},
|
|
16
16
|
"ampFirstPages": []
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
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/
|
|
1
|
+
<!DOCTYPE html><!--N6OEtGstY3aUCE305hVvb--><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/941b6c341513efe6.js"/><script src="/_next/static/chunks/605beb21d5c11807.js" async=""></script><script src="/_next/static/chunks/14ca28aed9ba7e16.js" async=""></script><script src="/_next/static/chunks/3df53cad6e742c25.js" async=""></script><script src="/_next/static/chunks/turbopack-66b02875bc8e5dbd.js" async=""></script><script src="/_next/static/chunks/044e917a180dc576.js" async=""></script><script src="/_next/static/chunks/1415a83da347ea73.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/941b6c341513efe6.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[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\n6:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\n8:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\na:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"N6OEtGstY3aUCE305hVvb\",\"c\":[\"\",\"_global-error\"],\"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\":[\"__PAGE__\",[\"$\",\"$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/044e917a180dc576.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/1415a83da347ea73.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"s\":false,\"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\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
a:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"MetadataBoundary"]
|
|
8
8
|
b:"$Sreact.suspense"
|
|
9
9
|
d:I[57588,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
|
|
10
|
-
0:{"P":null,"b":"
|
|
10
|
+
0:{"P":null,"b":"N6OEtGstY3aUCE305hVvb","c":["","_global-error"],"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":["__PAGE__",["$","$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/044e917a180dc576.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1415a83da347ea73.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$L5",["$","$L6",null,{"promise":"$@7"}]]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,[["$","$L8",null,{"children":"$L9"}],null],["$","$La",null,{"children":["$","div",null,{"hidden":true,"children":["$","$b",null,{"fallback":null,"children":"$Lc"}]}]}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"s":false,"S":true}
|
|
11
11
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
12
12
|
5:null
|
|
13
13
|
7:{"metadata":[],"error":null,"digest":"$undefined"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/
|
|
4
|
+
"static/chunks/dc9d08d2b5468dd7.css",
|
|
5
5
|
"static/chunks/044e917a180dc576.js",
|
|
6
6
|
"static/chunks/1415a83da347ea73.js",
|
|
7
|
-
"static/chunks/
|
|
7
|
+
"static/chunks/941b6c341513efe6.js",
|
|
8
8
|
"static/chunks/605beb21d5c11807.js",
|
|
9
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
10
9
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
11
|
-
"static/chunks/
|
|
10
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
11
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
12
12
|
]
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
9
|
+
"static/chunks/941b6c341513efe6.js",
|
|
10
10
|
"static/chunks/605beb21d5c11807.js",
|
|
11
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
12
11
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
13
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
13
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
14
14
|
],
|
|
15
15
|
"pages": {},
|
|
16
16
|
"ampFirstPages": []
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js <module evaluation>":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false}},"ssrModuleMapping":{"57588":{"*":{"id":1516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"79442":{"*":{"id":10341,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"91868":{"*":{"id":6811,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"41731":{"*":{"id":85378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"27256":{"*":{"id":85002,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"90212":{"*":{"id":38417,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"42907":{"*":{"id":17004,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"72445":{"*":{"id":76487,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"33058":{"*":{"id":76042,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"57588":{"*":{"id":73728,"name":"*","chunks":[],"async":false}},"79442":{"*":{"id":33085,"name":"*","chunks":[],"async":false}},"91868":{"*":{"id":65243,"name":"*","chunks":[],"async":false}},"41731":{"*":{"id":73071,"name":"*","chunks":[],"async":false}},"27256":{"*":{"id":29471,"name":"*","chunks":[],"async":false}},"90212":{"*":{"id":58765,"name":"*","chunks":[],"async":false}},"42907":{"*":{"id":29751,"name":"*","chunks":[],"async":false}},"72445":{"*":{"id":99955,"name":"*","chunks":[],"async":false}},"33058":{"*":{"id":1824,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57588,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/layout-router.js":{"id":79442,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":91868,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-page.js":{"id":41731,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/client-segment.js":{"id":27256,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":90212,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":42907,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js <module evaluation>":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":72445,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false},"[project]/node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":33058,"name":"*","chunks":["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"async":false}},"ssrModuleMapping":{"57588":{"*":{"id":1516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"79442":{"*":{"id":10341,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"91868":{"*":{"id":6811,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"41731":{"*":{"id":85378,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"27256":{"*":{"id":85002,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"90212":{"*":{"id":38417,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"42907":{"*":{"id":17004,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"72445":{"*":{"id":76487,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}},"33058":{"*":{"id":76042,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9197e6d6._.js","server/chunks/ssr/0916f_next_dist_b838d7f3._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"57588":{"*":{"id":73728,"name":"*","chunks":[],"async":false}},"79442":{"*":{"id":33085,"name":"*","chunks":[],"async":false}},"91868":{"*":{"id":65243,"name":"*","chunks":[],"async":false}},"41731":{"*":{"id":73071,"name":"*","chunks":[],"async":false}},"27256":{"*":{"id":29471,"name":"*","chunks":[],"async":false}},"90212":{"*":{"id":58765,"name":"*","chunks":[],"async":false}},"42907":{"*":{"id":29751,"name":"*","chunks":[],"async":false}},"72445":{"*":{"id":99955,"name":"*","chunks":[],"async":false}},"33058":{"*":{"id":1824,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/dc9d08d2b5468dd7.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/044e917a180dc576.js","static/chunks/1415a83da347ea73.js"]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--N6OEtGstY3aUCE305hVvb--><html lang="en" class="h-full dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/dc9d08d2b5468dd7.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/941b6c341513efe6.js"/><script src="/_next/static/chunks/605beb21d5c11807.js" async=""></script><script src="/_next/static/chunks/14ca28aed9ba7e16.js" async=""></script><script src="/_next/static/chunks/3df53cad6e742c25.js" async=""></script><script src="/_next/static/chunks/turbopack-66b02875bc8e5dbd.js" async=""></script><script src="/_next/static/chunks/044e917a180dc576.js" async=""></script><script src="/_next/static/chunks/1415a83da347ea73.js" async=""></script><meta name="robots" content="noindex"/><title>🎯 dev3000</title><link rel="icon" href="/favicon.ico" sizes="32x32"/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon-16.svg" type="image/svg+xml" sizes="16x16"/><link rel="apple-touch-icon" href="/favicon-180.png"/><meta name="theme-color" content="#1f2937"/><title>404: This page could not be found.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="h-full"><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>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><!--$--><!--/$--><script src="/_next/static/chunks/941b6c341513efe6.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[79442,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n3:I[91868,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n4:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"OutletBoundary\"]\n6:I[72445,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"AsyncMetadataOutlet\"]\n8:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"ViewportBoundary\"]\na:I[33058,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"MetadataBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[57588,[\"/_next/static/chunks/044e917a180dc576.js\",\"/_next/static/chunks/1415a83da347ea73.js\"],\"default\"]\n:HL[\"/_next/static/chunks/dc9d08d2b5468dd7.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"N6OEtGstY3aUCE305hVvb\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/dc9d08d2b5468dd7.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/044e917a180dc576.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/1415a83da347ea73.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"h-full dark\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"🎯 dev3000\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"32x32\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon-16.svg\",\"type\":\"image/svg+xml\",\"sizes\":\"16x16\"}],[\"$\",\"link\",null,{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon-180.png\"}],[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1f2937\"}]]}],[\"$\",\"body\",null,{\"className\":\"h-full\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",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\":[\"/_not-found\",[\"$\",\"$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\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1: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:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$L5\",[\"$\",\"$L6\",null,{\"promise\":\"$@7\"}]]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],null],[\"$\",\"$La\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$b\",null,{\"fallback\":null,\"children\":\"$Lc\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"s\":false,\"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\"}]]\n5:null\n"])</script><script>self.__next_f.push([1,"7:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"c:\"$7:metadata\"\n"])</script></body></html>
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
a:I[33058,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"MetadataBoundary"]
|
|
8
8
|
b:"$Sreact.suspense"
|
|
9
9
|
d:I[57588,["/_next/static/chunks/044e917a180dc576.js","/_next/static/chunks/1415a83da347ea73.js"],"default"]
|
|
10
|
-
:HL["/_next/static/chunks/
|
|
11
|
-
0:{"P":null,"b":"
|
|
10
|
+
:HL["/_next/static/chunks/dc9d08d2b5468dd7.css","style"]
|
|
11
|
+
0:{"P":null,"b":"N6OEtGstY3aUCE305hVvb","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/dc9d08d2b5468dd7.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/044e917a180dc576.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/1415a83da347ea73.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"h-full dark","children":[["$","head",null,{"children":[["$","title",null,{"children":"🎯 dev3000"}],["$","link",null,{"rel":"icon","href":"/favicon.ico","sizes":"32x32"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}],["$","link",null,{"rel":"icon","href":"/favicon-16.svg","type":"image/svg+xml","sizes":"16x16"}],["$","link",null,{"rel":"apple-touch-icon","href":"/favicon-180.png"}],["$","meta",null,{"name":"theme-color","content":"#1f2937"}]]}],["$","body",null,{"className":"h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",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":["/_not-found",["$","$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":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1: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:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$L5",["$","$L6",null,{"promise":"$@7"}]]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$L8",null,{"children":"$L9"}],null],["$","$La",null,{"children":["$","div",null,{"hidden":true,"children":["$","$b",null,{"fallback":null,"children":"$Lc"}]}]}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"s":false,"S":true}
|
|
12
12
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
13
13
|
5:null
|
|
14
14
|
7:{"metadata":[],"error":null,"digest":"$undefined"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/api/config/route": [
|
|
4
|
-
"static/chunks/
|
|
4
|
+
"static/chunks/941b6c341513efe6.js",
|
|
5
5
|
"static/chunks/605beb21d5c11807.js",
|
|
6
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
7
6
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
8
|
-
"static/chunks/
|
|
7
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
8
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
9
|
+
"static/chunks/941b6c341513efe6.js",
|
|
10
10
|
"static/chunks/605beb21d5c11807.js",
|
|
11
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
12
11
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
13
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
13
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
14
14
|
],
|
|
15
15
|
"pages": {},
|
|
16
16
|
"ampFirstPages": []
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"devFiles": [],
|
|
3
|
+
"ampDevFiles": [],
|
|
4
|
+
"polyfillFiles": [
|
|
5
|
+
"static/chunks/a6dad97d9634a72d.js"
|
|
6
|
+
],
|
|
7
|
+
"lowPriorityFiles": [],
|
|
8
|
+
"rootMainFiles": [
|
|
9
|
+
"static/chunks/941b6c341513efe6.js",
|
|
10
|
+
"static/chunks/605beb21d5c11807.js",
|
|
11
|
+
"static/chunks/14ca28aed9ba7e16.js",
|
|
12
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
13
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
14
|
+
],
|
|
15
|
+
"pages": {},
|
|
16
|
+
"ampFirstPages": []
|
|
17
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/health/route.js")
|
|
2
|
+
R.c("server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js")
|
|
3
|
+
R.c("server/chunks/[root-of-the-server]__6f92d0ce._.js")
|
|
4
|
+
R.c("server/chunks/[root-of-the-server]__47380b6c._.js")
|
|
5
|
+
R.c("server/chunks/0916f_next_ab257ac1._.js")
|
|
6
|
+
R.m(98569)
|
|
7
|
+
module.exports=R.m(98569).exports
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../app/api/health/route.ts","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/is-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/.pnpm/next@15.5.1-canary.30_babel-plugin-react-compiler@19.1.0-rc.3_react-dom@19.2.0-canary-d_5eea965284f26eb4e30482e6426df099/node_modules/next/package.json","../../../../../node_modules/next","../../../chunks/0916f_next_ab257ac1._.js","../../../chunks/[root-of-the-server]__47380b6c._.js","../../../chunks/[root-of-the-server]__6f92d0ce._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js","./route_client-reference-manifest.js"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/api/health/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/api/logs/append/route": [
|
|
4
|
-
"static/chunks/
|
|
4
|
+
"static/chunks/941b6c341513efe6.js",
|
|
5
5
|
"static/chunks/605beb21d5c11807.js",
|
|
6
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
7
6
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
8
|
-
"static/chunks/
|
|
7
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
8
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
9
|
+
"static/chunks/941b6c341513efe6.js",
|
|
10
10
|
"static/chunks/605beb21d5c11807.js",
|
|
11
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
12
11
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
13
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
13
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
14
14
|
],
|
|
15
15
|
"pages": {},
|
|
16
16
|
"ampFirstPages": []
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/api/logs/head/route": [
|
|
4
|
-
"static/chunks/
|
|
4
|
+
"static/chunks/941b6c341513efe6.js",
|
|
5
5
|
"static/chunks/605beb21d5c11807.js",
|
|
6
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
7
6
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
8
|
-
"static/chunks/
|
|
7
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
8
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
9
|
+
"static/chunks/941b6c341513efe6.js",
|
|
10
10
|
"static/chunks/605beb21d5c11807.js",
|
|
11
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
12
11
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
13
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
13
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
14
14
|
],
|
|
15
15
|
"pages": {},
|
|
16
16
|
"ampFirstPages": []
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/api/logs/list/route": [
|
|
4
|
-
"static/chunks/
|
|
4
|
+
"static/chunks/941b6c341513efe6.js",
|
|
5
5
|
"static/chunks/605beb21d5c11807.js",
|
|
6
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
7
6
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
8
|
-
"static/chunks/
|
|
7
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
8
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
9
9
|
]
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
9
|
+
"static/chunks/941b6c341513efe6.js",
|
|
10
10
|
"static/chunks/605beb21d5c11807.js",
|
|
11
|
-
"static/chunks/3df53cad6e742c25.js",
|
|
12
11
|
"static/chunks/14ca28aed9ba7e16.js",
|
|
13
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/3df53cad6e742c25.js",
|
|
13
|
+
"static/chunks/turbopack-66b02875bc8e5dbd.js"
|
|
14
14
|
],
|
|
15
15
|
"pages": {},
|
|
16
16
|
"ampFirstPages": []
|