@sleep2agi/agent-network-dashboard 0.3.2 → 0.3.4-preview.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +0 -1
- package/.next/build-manifest.json +3 -3
- package/.next/cache/.previewinfo +1 -1
- package/.next/cache/.rscinfo +1 -1
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/dev/types/cache-life.d.ts +145 -0
- package/.next/dev/types/routes.d.ts +108 -0
- package/.next/dev/types/validator.ts +394 -0
- package/.next/diagnostics/route-bundle-stats.json +28 -42
- package/.next/fallback-build-manifest.json +3 -3
- package/.next/prerender-manifest.json +3 -27
- package/.next/routes-manifest.json +0 -6
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +2 -2
- package/.next/server/app/_not-found.rsc +12 -12
- package/.next/server/app/_not-found.segments/_full.segment.rsc +12 -12
- package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/server/app/_not-found.segments/_index.segment.rsc +7 -7
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/admin/page_client-reference-manifest.js +1 -1
- package/.next/server/app/admin.html +2 -2
- package/.next/server/app/admin.rsc +14 -14
- package/.next/server/app/admin.segments/_full.segment.rsc +14 -14
- package/.next/server/app/admin.segments/_head.segment.rsc +4 -4
- package/.next/server/app/admin.segments/_index.segment.rsc +7 -7
- package/.next/server/app/admin.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/admin.segments/admin/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/admin.segments/admin.segment.rsc +3 -3
- package/.next/server/app/api/anet/config/route.js +1 -1
- package/.next/server/app/api/anet/config/route.js.nft.json +1 -1
- package/.next/server/app/api/auth/login/route.js +1 -1
- package/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/.next/server/app/api/auth/logout/route.js +1 -1
- package/.next/server/app/api/auth/logout/route.js.nft.json +1 -1
- package/.next/server/app/api/auth/v3/route.js +1 -1
- package/.next/server/app/api/auth/v3/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/audit-log/route.js +1 -1
- package/.next/server/app/api/hub/audit-log/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/auth/route.js +1 -1
- package/.next/server/app/api/hub/auth/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/broadcast/route.js +1 -1
- package/.next/server/app/api/hub/broadcast/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/events/route.js +1 -1
- package/.next/server/app/api/hub/events/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/health/route.js +1 -1
- package/.next/server/app/api/hub/health/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/inbox/route.js +1 -1
- package/.next/server/app/api/hub/inbox/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/license/route.js +1 -1
- package/.next/server/app/api/hub/license/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/messages/route.js +1 -1
- package/.next/server/app/api/hub/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/networks/route.js +1 -1
- package/.next/server/app/api/hub/networks/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/nodes/route.js +1 -1
- package/.next/server/app/api/hub/nodes/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/register/route.js +1 -1
- package/.next/server/app/api/hub/register/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/send/route.js +1 -1
- package/.next/server/app/api/hub/send/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/server-logs/route.js +1 -1
- package/.next/server/app/api/hub/server-logs/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/session/route.js +1 -1
- package/.next/server/app/api/hub/session/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/stats/route.js +1 -1
- package/.next/server/app/api/hub/stats/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/status/route.js +1 -1
- package/.next/server/app/api/hub/status/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/task-events/route.js +1 -1
- package/.next/server/app/api/hub/task-events/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/tasks/route.js +1 -1
- package/.next/server/app/api/hub/tasks/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/tmux/route.js +1 -1
- package/.next/server/app/api/hub/tmux/route.js.nft.json +1 -1
- package/.next/server/app/api/hub/tokens/route.js +1 -1
- package/.next/server/app/api/hub/tokens/route.js.nft.json +1 -1
- package/.next/server/app/index.html +2 -2
- package/.next/server/app/index.rsc +14 -14
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/index.segments/_full.segment.rsc +14 -14
- package/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/server/app/index.segments/_index.segment.rsc +7 -7
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login.html +2 -2
- package/.next/server/app/login.rsc +14 -14
- package/.next/server/app/login.segments/_full.segment.rsc +14 -14
- package/.next/server/app/login.segments/_head.segment.rsc +4 -4
- package/.next/server/app/login.segments/_index.segment.rsc +7 -7
- package/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/login.segments/login.segment.rsc +3 -3
- package/.next/server/app/logs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/logs.html +2 -2
- package/.next/server/app/logs.rsc +14 -14
- package/.next/server/app/logs.segments/_full.segment.rsc +14 -14
- package/.next/server/app/logs.segments/_head.segment.rsc +4 -4
- package/.next/server/app/logs.segments/_index.segment.rsc +7 -7
- package/.next/server/app/logs.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/logs.segments/logs/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/logs.segments/logs.segment.rsc +3 -3
- package/.next/server/app/messages/page_client-reference-manifest.js +1 -1
- package/.next/server/app/messages.html +2 -2
- package/.next/server/app/messages.rsc +14 -14
- package/.next/server/app/messages.segments/_full.segment.rsc +14 -14
- package/.next/server/app/messages.segments/_head.segment.rsc +4 -4
- package/.next/server/app/messages.segments/_index.segment.rsc +7 -7
- package/.next/server/app/messages.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/messages.segments/messages/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/messages.segments/messages.segment.rsc +3 -3
- package/.next/server/app/node/page_client-reference-manifest.js +1 -1
- package/.next/server/app/node.html +2 -2
- package/.next/server/app/node.rsc +14 -14
- package/.next/server/app/node.segments/_full.segment.rsc +14 -14
- package/.next/server/app/node.segments/_head.segment.rsc +4 -4
- package/.next/server/app/node.segments/_index.segment.rsc +7 -7
- package/.next/server/app/node.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/node.segments/node/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/node.segments/node.segment.rsc +3 -3
- package/.next/server/app/nodes/page_client-reference-manifest.js +1 -1
- package/.next/server/app/nodes.html +2 -2
- package/.next/server/app/nodes.rsc +14 -14
- package/.next/server/app/nodes.segments/_full.segment.rsc +14 -14
- package/.next/server/app/nodes.segments/_head.segment.rsc +4 -4
- package/.next/server/app/nodes.segments/_index.segment.rsc +7 -7
- package/.next/server/app/nodes.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/nodes.segments/nodes/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/nodes.segments/nodes.segment.rsc +3 -3
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/server-logs/page_client-reference-manifest.js +1 -1
- package/.next/server/app/server-logs.html +2 -2
- package/.next/server/app/server-logs.rsc +14 -14
- package/.next/server/app/server-logs.segments/_full.segment.rsc +14 -14
- package/.next/server/app/server-logs.segments/_head.segment.rsc +4 -4
- package/.next/server/app/server-logs.segments/_index.segment.rsc +7 -7
- package/.next/server/app/server-logs.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/server-logs.segments/server-logs/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/server-logs.segments/server-logs.segment.rsc +3 -3
- package/.next/server/app/settings/networks/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/networks.html +2 -2
- package/.next/server/app/settings/networks.rsc +14 -14
- package/.next/server/app/settings/networks.segments/_full.segment.rsc +14 -14
- package/.next/server/app/settings/networks.segments/_head.segment.rsc +4 -4
- package/.next/server/app/settings/networks.segments/_index.segment.rsc +7 -7
- package/.next/server/app/settings/networks.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings/networks.segments/settings/networks/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/settings/networks.segments/settings/networks.segment.rsc +3 -3
- package/.next/server/app/settings/networks.segments/settings.segment.rsc +3 -3
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/tokens/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/tokens.html +2 -2
- package/.next/server/app/settings/tokens.rsc +14 -14
- package/.next/server/app/settings/tokens.segments/_full.segment.rsc +14 -14
- package/.next/server/app/settings/tokens.segments/_head.segment.rsc +4 -4
- package/.next/server/app/settings/tokens.segments/_index.segment.rsc +7 -7
- package/.next/server/app/settings/tokens.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings/tokens.segments/settings/tokens/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/settings/tokens.segments/settings/tokens.segment.rsc +3 -3
- package/.next/server/app/settings/tokens.segments/settings.segment.rsc +3 -3
- package/.next/server/app/settings.html +2 -2
- package/.next/server/app/settings.rsc +14 -14
- package/.next/server/app/settings.segments/_full.segment.rsc +14 -14
- package/.next/server/app/settings.segments/_head.segment.rsc +4 -4
- package/.next/server/app/settings.segments/_index.segment.rsc +7 -7
- package/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/settings.segments/settings.segment.rsc +3 -3
- package/.next/server/app/tasks/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/tasks/page_client-reference-manifest.js +1 -1
- package/.next/server/app/tasks.html +2 -2
- package/.next/server/app/tasks.rsc +14 -14
- package/.next/server/app/tasks.segments/_full.segment.rsc +14 -14
- package/.next/server/app/tasks.segments/_head.segment.rsc +4 -4
- package/.next/server/app/tasks.segments/_index.segment.rsc +7 -7
- package/.next/server/app/tasks.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/tasks.segments/tasks/__PAGE__.segment.rsc +4 -4
- package/.next/server/app/tasks.segments/tasks.segment.rsc +3 -3
- package/.next/server/app-paths-manifest.json +0 -1
- package/.next/server/chunks/[root-of-the-server]__0-mykaf._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0-mykaf._.js.map +1 -0
- package/.next/server/chunks/{[root-of-the-server]__0nsfjkb._.js → [root-of-the-server]__0.d_kqy._.js} +2 -2
- package/.next/server/chunks/[root-of-the-server]__02pocyg._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__02pocyg._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__03ueci3._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__03ueci3._.js.map +1 -0
- package/.next/server/chunks/{[root-of-the-server]__0h-9kwu._.js → [root-of-the-server]__04aud7x._.js} +2 -2
- package/.next/server/chunks/[root-of-the-server]__05fnt3n._.js +3 -0
- package/.next/server/chunks/{[root-of-the-server]__0lu__6g._.js.map → [root-of-the-server]__05fnt3n._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__0t0.lss._.js → [root-of-the-server]__08wy1jr._.js} +2 -2
- package/.next/server/chunks/[root-of-the-server]__0adhu1m._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0adhu1m._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0aqv02v._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0aqv02v._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0cawhfq._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0cawhfq._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0d_-_k.._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0d_-_k.._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0f6bxfl._.js +3 -0
- package/.next/server/chunks/{[root-of-the-server]__11yl3c.._.js.map → [root-of-the-server]__0f6bxfl._.js.map} +1 -1
- package/.next/server/chunks/[root-of-the-server]__0h15edq._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0h15edq._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0kltbce._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0kltbce._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0mn04fw._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0mn04fw._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0o29v8c._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0o29v8c._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0o4qfn9._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0o4qfn9._.js.map +1 -0
- package/.next/server/chunks/[root-of-the-server]__0o7ya7r._.js +3 -0
- package/.next/server/chunks/{[root-of-the-server]__0k3eytp._.js.map → [root-of-the-server]__0o7ya7r._.js.map} +1 -1
- package/.next/server/chunks/{[root-of-the-server]__0ku8l.~._.js → [root-of-the-server]__0p6tutt._.js} +2 -2
- package/.next/server/chunks/[root-of-the-server]__0pn3wsx._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0pn3wsx._.js.map +1 -0
- package/.next/server/chunks/{[root-of-the-server]__0kx9lo1._.js → [root-of-the-server]__0rg9ifx._.js} +2 -2
- package/.next/server/chunks/[root-of-the-server]__0x.a_yh._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0x.a_yh._.js.map +1 -0
- package/.next/server/chunks/{[root-of-the-server]__10~rj8b._.js → [root-of-the-server]__0~h2uqi._.js} +2 -2
- package/.next/server/chunks/{[root-of-the-server]__114809t._.js → [root-of-the-server]__139~d6a._.js} +2 -2
- package/.next/server/chunks/ssr/[root-of-the-server]__0i1gizm._.js +1 -1
- package/.next/server/chunks/ssr/[root-of-the-server]__0i1gizm._.js.map +1 -1
- package/.next/server/middleware-build-manifest.js +3 -3
- package/.next/server/next-font-manifest.js +1 -1
- package/.next/server/next-font-manifest.json +0 -3
- package/.next/server/pages/404.html +2 -2
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/0_b22ht_r8.-s.css +2 -0
- package/.next/static/chunks/{16bfhcp03jjz1.js → 0gjbwb8u5wd72.js} +2 -2
- package/.next/trace +2 -2
- package/.next/trace-build +1 -1
- package/.next/types/routes.d.ts +1 -2
- package/.next/types/validator.ts +0 -9
- package/app/api/hub/auth/route.ts +16 -2
- package/app/components/Sidebar.tsx +0 -1
- package/app/globals.css +58 -0
- package/app/lib/hub.ts +3 -7
- package/app/settings/page.tsx +8 -1
- package/package.json +1 -1
- package/.next/server/app/docs/page/app-paths-manifest.json +0 -3
- package/.next/server/app/docs/page/build-manifest.json +0 -17
- package/.next/server/app/docs/page/next-font-manifest.json +0 -10
- package/.next/server/app/docs/page/react-loadable-manifest.json +0 -1
- package/.next/server/app/docs/page/server-reference-manifest.json +0 -4
- package/.next/server/app/docs/page.js +0 -14
- package/.next/server/app/docs/page.js.map +0 -5
- package/.next/server/app/docs/page.js.nft.json +0 -1
- package/.next/server/app/docs/page_client-reference-manifest.js +0 -3
- package/.next/server/app/docs.html +0 -54
- package/.next/server/app/docs.meta +0 -15
- package/.next/server/app/docs.rsc +0 -24
- package/.next/server/app/docs.segments/_full.segment.rsc +0 -24
- package/.next/server/app/docs.segments/_head.segment.rsc +0 -6
- package/.next/server/app/docs.segments/_index.segment.rsc +0 -8
- package/.next/server/app/docs.segments/_tree.segment.rsc +0 -3
- package/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +0 -9
- package/.next/server/app/docs.segments/docs.segment.rsc +0 -5
- package/.next/server/chunks/[root-of-the-server]__0.r9hpx._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0.r9hpx._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0.~awwb._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0.~awwb._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__011ghni._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__011ghni._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0_roltz._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0_roltz._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0ak3zmb._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0ak3zmb._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0c0_p0v._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0c0_p0v._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0c5h0a~._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0c5h0a~._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0cfodg2._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0cfodg2._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0fo7jlh._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0fo7jlh._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0hj~i84._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0hj~i84._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0hxwf9u._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0hxwf9u._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0k3eytp._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0khwewd._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0khwewd._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__0lu__6g._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0wpe~w2._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__0wpe~w2._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__10ducxb._.js +0 -3
- package/.next/server/chunks/[root-of-the-server]__10ducxb._.js.map +0 -1
- package/.next/server/chunks/[root-of-the-server]__11yl3c.._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__0_1hjn2._.js +0 -3
- package/.next/server/chunks/ssr/[root-of-the-server]__0_1hjn2._.js.map +0 -1
- package/.next/server/chunks/ssr/_next-internal_server_app_docs_page_actions_0xq87ie.js +0 -3
- package/.next/server/chunks/ssr/_next-internal_server_app_docs_page_actions_0xq87ie.js.map +0 -1
- package/.next/server/chunks/ssr/app_docs_page_tsx_0a3qz3_._.js +0 -45
- package/.next/server/chunks/ssr/app_docs_page_tsx_0a3qz3_._.js.map +0 -1
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0qbvqbo.js +0 -4
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0qbvqbo.js.map +0 -1
- package/.next/static/chunks/06.gd_vlnz5n0.js +0 -43
- package/.next/static/chunks/0mz9c6--6di2j.css +0 -2
- package/.vercel/output/builds.json +0 -23
- package/.vercel/output/config.json +0 -465
- package/.vercel/output/diagnostics/build-diagnostics.json +0 -6
- package/.vercel/output/diagnostics/cli_traces.json +0 -1
- package/.vercel/output/diagnostics/framework.json +0 -1
- package/.vercel/output/diagnostics/route-bundle-stats.json +0 -198
- package/.vercel/output/diagnostics/trace +0 -2
- package/.vercel/output/diagnostics/trace-build +0 -1
- package/.vercel/output/diagnostics/turbopack +0 -0
- package/.vercel/output/functions/_global-error.prerender-config.json +0 -38
- package/.vercel/output/functions/_global-error.prerender-fallback.html +0 -1
- package/.vercel/output/functions/_global-error.rsc.func/.next/routes-manifest.json +0 -1
- package/.vercel/output/functions/_global-error.rsc.func/.next/server/app-paths-manifest.json +0 -1
- package/.vercel/output/functions/_global-error.rsc.func/.next/server/pages-manifest.json +0 -1
- package/.vercel/output/functions/_global-error.rsc.func/.vc-config.json +0 -799
- package/.vercel/output/functions/_global-error.rsc.func/___next_launcher.cjs +0 -68
- package/.vercel/output/functions/_global-error.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/_global-error.rsc.prerender-fallback.rsc +0 -15
- package/.vercel/output/functions/_global-error.segments/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_global-error.segments/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/_global-error.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_global-error.segments/_full.segment.rsc.prerender-fallback.rsc +0 -15
- package/.vercel/output/functions/_global-error.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_global-error.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/_global-error.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_global-error.segments/_index.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/_global-error.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_global-error.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -1
- package/.vercel/output/functions/_middleware.func/.vc-config.json +0 -107
- package/.vercel/output/functions/_middleware.func/___next_launcher.cjs +0 -135
- package/.vercel/output/functions/_not-found.prerender-config.json +0 -38
- package/.vercel/output/functions/_not-found.prerender-fallback.html +0 -7
- package/.vercel/output/functions/_not-found.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/_not-found.rsc.prerender-fallback.rsc +0 -18
- package/.vercel/output/functions/_not-found.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_not-found.segments/_full.segment.rsc.prerender-fallback.rsc +0 -18
- package/.vercel/output/functions/_not-found.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_not-found.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/_not-found.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_not-found.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/_not-found.segments/_not-found/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_not-found.segments/_not-found/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/_not-found.segments/_not-found.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_not-found.segments/_not-found.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/_not-found.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/_not-found.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -2
- package/.vercel/output/functions/admin.prerender-config.json +0 -37
- package/.vercel/output/functions/admin.prerender-fallback.html +0 -7
- package/.vercel/output/functions/admin.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/admin.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/admin.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/admin.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/admin.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/admin.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/admin.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/admin.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/admin.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/admin.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/admin.segments/admin/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/admin.segments/admin/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/admin.segments/admin.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/admin.segments/admin.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/api/anet/config.func/.next/routes-manifest.json +0 -1
- package/.vercel/output/functions/api/anet/config.func/.next/server/app-paths-manifest.json +0 -1
- package/.vercel/output/functions/api/anet/config.func/.next/server/pages-manifest.json +0 -1
- package/.vercel/output/functions/api/anet/config.func/.vc-config.json +0 -801
- package/.vercel/output/functions/api/anet/config.func/___next_launcher.cjs +0 -68
- package/.vercel/output/functions/docs.prerender-config.json +0 -37
- package/.vercel/output/functions/docs.prerender-fallback.html +0 -49
- package/.vercel/output/functions/docs.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/docs.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/docs.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/docs.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/docs.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/docs.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/docs.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/docs.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/docs.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/docs.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/docs.segments/docs/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/docs.segments/docs/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/docs.segments/docs.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/docs.segments/docs.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/favicon.ico.rsc.func/.next/routes-manifest.json +0 -1
- package/.vercel/output/functions/favicon.ico.rsc.func/.next/server/app-paths-manifest.json +0 -1
- package/.vercel/output/functions/favicon.ico.rsc.func/.next/server/pages-manifest.json +0 -1
- package/.vercel/output/functions/favicon.ico.rsc.func/.vc-config.json +0 -710
- package/.vercel/output/functions/favicon.ico.rsc.func/___next_launcher.cjs +0 -68
- package/.vercel/output/functions/index.prerender-config.json +0 -38
- package/.vercel/output/functions/index.prerender-fallback.html +0 -7
- package/.vercel/output/functions/index.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/index.rsc.prerender-fallback.rsc +0 -21
- package/.vercel/output/functions/index.segments/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/index.segments/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/index.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/index.segments/_full.segment.rsc.prerender-fallback.rsc +0 -21
- package/.vercel/output/functions/index.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/index.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/index.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/index.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/index.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/index.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/login.prerender-config.json +0 -37
- package/.vercel/output/functions/login.prerender-fallback.html +0 -1
- package/.vercel/output/functions/login.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/login.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/login.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/login.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/login.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/login.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/login.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/login.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/login.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/login.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/login.segments/login/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/login.segments/login/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/login.segments/login.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/login.segments/login.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/logs.prerender-config.json +0 -37
- package/.vercel/output/functions/logs.prerender-fallback.html +0 -7
- package/.vercel/output/functions/logs.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/logs.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/logs.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/logs.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/logs.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/logs.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/logs.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/logs.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/logs.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/logs.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/logs.segments/logs/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/logs.segments/logs/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/logs.segments/logs.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/logs.segments/logs.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/messages.prerender-config.json +0 -37
- package/.vercel/output/functions/messages.prerender-fallback.html +0 -7
- package/.vercel/output/functions/messages.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/messages.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/messages.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/messages.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/messages.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/messages.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/messages.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/messages.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/messages.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/messages.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/messages.segments/messages/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/messages.segments/messages/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/messages.segments/messages.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/messages.segments/messages.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/node.prerender-config.json +0 -37
- package/.vercel/output/functions/node.prerender-fallback.html +0 -7
- package/.vercel/output/functions/node.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/node.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/node.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/node.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/node.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/node.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/node.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/node.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/node.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/node.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/node.segments/node/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/node.segments/node/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/node.segments/node.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/node.segments/node.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/nodes.prerender-config.json +0 -37
- package/.vercel/output/functions/nodes.prerender-fallback.html +0 -7
- package/.vercel/output/functions/nodes.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/nodes.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/nodes.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/nodes.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/nodes.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/nodes.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/nodes.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/nodes.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/nodes.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/nodes.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/nodes.segments/nodes/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/nodes.segments/nodes/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/nodes.segments/nodes.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/nodes.segments/nodes.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/settings/networks.prerender-config.json +0 -37
- package/.vercel/output/functions/settings/networks.prerender-fallback.html +0 -7
- package/.vercel/output/functions/settings/networks.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/settings/networks.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/settings/networks.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/networks.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/settings/networks.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/networks.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/settings/networks.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/networks.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/settings/networks.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/networks.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/settings/networks.segments/settings/networks/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/networks.segments/settings/networks/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/settings/networks.segments/settings/networks.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/networks.segments/settings/networks.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/settings/networks.segments/settings.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/networks.segments/settings.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/settings/tokens.prerender-config.json +0 -37
- package/.vercel/output/functions/settings/tokens.prerender-fallback.html +0 -7
- package/.vercel/output/functions/settings/tokens.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/settings/tokens.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/settings/tokens.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/tokens.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/settings/tokens.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/tokens.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/settings/tokens.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/tokens.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/settings/tokens.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/tokens.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/settings/tokens.segments/settings/tokens/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/tokens.segments/settings/tokens/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/settings/tokens.segments/settings/tokens.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/tokens.segments/settings/tokens.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/settings/tokens.segments/settings.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings/tokens.segments/settings.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/settings.prerender-config.json +0 -37
- package/.vercel/output/functions/settings.prerender-fallback.html +0 -7
- package/.vercel/output/functions/settings.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/settings.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/settings.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/settings.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/settings.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/settings.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/settings.segments/settings/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings.segments/settings/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/settings.segments/settings.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/settings.segments/settings.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/functions/tasks/[id].func/.next/routes-manifest.json +0 -1
- package/.vercel/output/functions/tasks/[id].func/.next/server/app-paths-manifest.json +0 -1
- package/.vercel/output/functions/tasks/[id].func/.next/server/pages-manifest.json +0 -1
- package/.vercel/output/functions/tasks/[id].func/.vc-config.json +0 -712
- package/.vercel/output/functions/tasks/[id].func/___next_launcher.cjs +0 -68
- package/.vercel/output/functions/tasks.prerender-config.json +0 -37
- package/.vercel/output/functions/tasks.prerender-fallback.html +0 -7
- package/.vercel/output/functions/tasks.rsc.prerender-config.json +0 -38
- package/.vercel/output/functions/tasks.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/tasks.segments/_full.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/tasks.segments/_full.segment.rsc.prerender-fallback.rsc +0 -23
- package/.vercel/output/functions/tasks.segments/_head.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/tasks.segments/_head.segment.rsc.prerender-fallback.rsc +0 -6
- package/.vercel/output/functions/tasks.segments/_index.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/tasks.segments/_index.segment.rsc.prerender-fallback.rsc +0 -7
- package/.vercel/output/functions/tasks.segments/_tree.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/tasks.segments/_tree.segment.rsc.prerender-fallback.rsc +0 -3
- package/.vercel/output/functions/tasks.segments/tasks/__PAGE__.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/tasks.segments/tasks/__PAGE__.segment.rsc.prerender-fallback.rsc +0 -9
- package/.vercel/output/functions/tasks.segments/tasks.segment.rsc.prerender-config.json +0 -28
- package/.vercel/output/functions/tasks.segments/tasks.segment.rsc.prerender-fallback.rsc +0 -5
- package/.vercel/output/static/404.html +0 -7
- package/.vercel/output/static/404.rsc.json +0 -1
- package/.vercel/output/static/404.segments/_tree.segment.rsc.json +0 -1
- package/.vercel/output/static/500.html +0 -1
- package/.vercel/output/static/500.rsc.json +0 -1
- package/.vercel/output/static/500.segments/_tree.segment.rsc.json +0 -1
- package/.vercel/output/static/_next/__private/trace +0 -2
- package/.vercel/output/static/_next/static/GNDo6uXTepa_YJjaEhOTZ/_buildManifest.js +0 -11
- package/.vercel/output/static/_next/static/GNDo6uXTepa_YJjaEhOTZ/_clientMiddlewareManifest.js +0 -42
- package/.vercel/output/static/_next/static/GNDo6uXTepa_YJjaEhOTZ/_ssgManifest.js +0 -1
- package/.vercel/output/static/_next/static/chunks/00lj3.so.3xcl.js +0 -1
- package/.vercel/output/static/_next/static/chunks/01bx19dpl~r6u.js +0 -43
- package/.vercel/output/static/_next/static/chunks/01xlw8hd842-c.js +0 -1
- package/.vercel/output/static/_next/static/chunks/024co7ns8w7ms.js +0 -1
- package/.vercel/output/static/_next/static/chunks/03~yq9q893hmn.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0_qu9.8wo.eq1.css +0 -2
- package/.vercel/output/static/_next/static/chunks/0e-wrhqh4h3r5.js +0 -2
- package/.vercel/output/static/_next/static/chunks/0fpff4dxg3a5x.js +0 -7
- package/.vercel/output/static/_next/static/chunks/0gjidgcgd2ibn.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0io~i_rk3k9q3.js +0 -7
- package/.vercel/output/static/_next/static/chunks/0o~g2gtcm3~v5.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0pqt~8bl3ukh4.js +0 -4
- package/.vercel/output/static/_next/static/chunks/0ql1nb6991-hi.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0s4w.hhez3.xx.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0tb-yun7e_n3c.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0w.7_h6kx__bg.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0w5hxo645~s.g.js +0 -31
- package/.vercel/output/static/_next/static/chunks/0xqtq9944k~ek.js +0 -1
- package/.vercel/output/static/_next/static/chunks/0~sxxils~iff..js +0 -1
- package/.vercel/output/static/_next/static/chunks/11f7871-m2pu4.js +0 -1
- package/.vercel/output/static/_next/static/chunks/11tov78a0ymt9.js +0 -1
- package/.vercel/output/static/_next/static/chunks/12t1c0u8~txfo.js +0 -1
- package/.vercel/output/static/_next/static/chunks/15-ywchriw.vi.js +0 -1
- package/.vercel/output/static/_next/static/chunks/turbopack-0zklppa1rg.u8.js +0 -1
- package/.vercel/output/static/_next/static/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
- package/.vercel/output/static/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
- package/.vercel/output/static/_next/static/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
- package/.vercel/output/static/_next/static/media/favicon.0x3dzn~oxb6tn.ico +0 -0
- package/.vercel/output/static/_next/static/not-found.txt +0 -1
- package/.vercel/output/static/favicon.ico +0 -0
- package/.vercel/output/static/favicon.svg +0 -10
- package/.vercel/output/static/file.svg +0 -1
- package/.vercel/output/static/globe.svg +0 -1
- package/.vercel/output/static/next.svg +0 -1
- package/.vercel/output/static/vercel.svg +0 -1
- package/.vercel/output/static/window.svg +0 -1
- package/app/docs/page.tsx +0 -334
- /package/.next/server/chunks/{[root-of-the-server]__0nsfjkb._.js.map → [root-of-the-server]__0.d_kqy._.js.map} +0 -0
- /package/.next/server/chunks/{[root-of-the-server]__0h-9kwu._.js.map → [root-of-the-server]__04aud7x._.js.map} +0 -0
- /package/.next/server/chunks/{[root-of-the-server]__0t0.lss._.js.map → [root-of-the-server]__08wy1jr._.js.map} +0 -0
- /package/.next/server/chunks/{[root-of-the-server]__0ku8l.~._.js.map → [root-of-the-server]__0p6tutt._.js.map} +0 -0
- /package/.next/server/chunks/{[root-of-the-server]__0kx9lo1._.js.map → [root-of-the-server]__0rg9ifx._.js.map} +0 -0
- /package/.next/server/chunks/{[root-of-the-server]__10~rj8b._.js.map → [root-of-the-server]__0~h2uqi._.js.map} +0 -0
- /package/.next/server/chunks/{[root-of-the-server]__114809t._.js.map → [root-of-the-server]__139~d6a._.js.map} +0 -0
- /package/.next/static/{dR3GSMnwa4k46SIbP3PaK → cDL0lLOkoUg3hMg9wv7XO}/_buildManifest.js +0 -0
- /package/.next/static/{dR3GSMnwa4k46SIbP3PaK → cDL0lLOkoUg3hMg9wv7XO}/_clientMiddlewareManifest.js +0 -0
- /package/.next/static/{dR3GSMnwa4k46SIbP3PaK → cDL0lLOkoUg3hMg9wv7XO}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/tasks/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/AppShell.tsx <module evaluation>":{"id":25045,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/AppShell.tsx":{"id":25045,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/lib/network-context.tsx <module evaluation>":{"id":58963,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/lib/network-context.tsx":{"id":58963,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/ThemeSwitcher.tsx <module evaluation>":{"id":84128,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/ThemeSwitcher.tsx":{"id":84128,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/tasks/page.tsx <module evaluation>":{"id":96527,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js","/_next/static/chunks/0ejz4zwhu3a3y.js"],"async":false},"[project]/app/tasks/page.tsx":{"id":96527,"name":"*","chunks":["/_next/static/chunks/16bfhcp03jjz1.js","/_next/static/chunks/14bsg3_-taiw4.js","/_next/static/chunks/0ejz4zwhu3a3y.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"25045":{"*":{"id":42588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"58963":{"*":{"id":22397,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"84128":{"*":{"id":76194,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"96527":{"*":{"id":69474,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/_06_xh1~._.js","server/chunks/ssr/app_tasks_page_tsx_0z-d6mp._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"25045":{"*":{"id":49817,"name":"*","chunks":[],"async":false}},"58963":{"*":{"id":27862,"name":"*","chunks":[],"async":false}},"84128":{"*":{"id":17083,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"96527":{"*":{"id":83166,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0mz9c6--6di2j.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0mz9c6--6di2j.css","inlined":false}],"[project]/app/tasks/page":[{"path":"static/chunks/0mz9c6--6di2j.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/16bfhcp03jjz1.js","static/chunks/14bsg3_-taiw4.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/16bfhcp03jjz1.js","static/chunks/14bsg3_-taiw4.js"],"[project]/app/tasks/page":["static/chunks/16bfhcp03jjz1.js","static/chunks/14bsg3_-taiw4.js","static/chunks/0ejz4zwhu3a3y.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/tasks/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/AppShell.tsx <module evaluation>":{"id":25045,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/AppShell.tsx":{"id":25045,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/lib/network-context.tsx <module evaluation>":{"id":58963,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/lib/network-context.tsx":{"id":58963,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/ThemeSwitcher.tsx <module evaluation>":{"id":84128,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/components/ThemeSwitcher.tsx":{"id":84128,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"async":false},"[project]/app/tasks/page.tsx <module evaluation>":{"id":96527,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js","/_next/static/chunks/0ejz4zwhu3a3y.js"],"async":false},"[project]/app/tasks/page.tsx":{"id":96527,"name":"*","chunks":["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js","/_next/static/chunks/0ejz4zwhu3a3y.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"25045":{"*":{"id":42588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"58963":{"*":{"id":22397,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"84128":{"*":{"id":76194,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"96527":{"*":{"id":69474,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0i1gizm._.js","server/chunks/ssr/node_modules_0r_.s40._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/_06_xh1~._.js","server/chunks/ssr/app_tasks_page_tsx_0z-d6mp._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"25045":{"*":{"id":49817,"name":"*","chunks":[],"async":false}},"58963":{"*":{"id":27862,"name":"*","chunks":[],"async":false}},"84128":{"*":{"id":17083,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"96527":{"*":{"id":83166,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/0_b22ht_r8.-s.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0_b22ht_r8.-s.css","inlined":false}],"[project]/app/tasks/page":[{"path":"static/chunks/0_b22ht_r8.-s.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/0gjbwb8u5wd72.js","static/chunks/14bsg3_-taiw4.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0gjbwb8u5wd72.js","static/chunks/14bsg3_-taiw4.js"],"[project]/app/tasks/page":["static/chunks/0gjbwb8u5wd72.js","static/chunks/14bsg3_-taiw4.js","static/chunks/0ejz4zwhu3a3y.js"]}};
|
|
3
3
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" data-theme="cyber" class="geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/
|
|
1
|
+
<!DOCTYPE html><html lang="en" data-theme="cyber" class="geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0_b22ht_r8.-s.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0xrnwfefpke-g.js"/><script src="/_next/static/chunks/0pqt~8bl3ukh4.js" async=""></script><script src="/_next/static/chunks/0u359llqm1_01.js" async=""></script><script src="/_next/static/chunks/0e-wrhqh4h3r5.js" async=""></script><script src="/_next/static/chunks/turbopack-0vsvjs02l449s.js" async=""></script><script src="/_next/static/chunks/0gjbwb8u5wd72.js" async=""></script><script src="/_next/static/chunks/14bsg3_-taiw4.js" async=""></script><script src="/_next/static/chunks/0ejz4zwhu3a3y.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#0a0a1a"/><title>Agent Network Dashboard</title><meta name="description" content="Real-time monitoring dashboard for Agent Network nodes via CommHub"/><meta property="og:title" content="Agent Network Dashboard"/><meta property="og:description" content="Real-time monitoring dashboard for Agent Network nodes"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Agent Network Dashboard"/><meta name="twitter:description" content="Real-time monitoring dashboard for Agent Network nodes"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/favicon.svg"/><script>
|
|
2
2
|
try {
|
|
3
3
|
var t = localStorage.getItem('anet-theme') || 'cyber';
|
|
4
4
|
document.documentElement.setAttribute('data-theme', t);
|
|
@@ -9,4 +9,4 @@ try {
|
|
|
9
9
|
w-52
|
|
10
10
|
-translate-x-full
|
|
11
11
|
lg:translate-x-0 lg:static lg:shrink-0
|
|
12
|
-
"><div class="px-4 py-5 border-b border-[#2a2a4a] "><div><div class="text-white font-bold text-sm">Agent Network</div><div class="text-gray-600 text-xs">Dashboard</div></div></div><div class="pb-20"><nav class="flex flex-col gap-1 px-2 py-4"><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg><span>Overview</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] bg-cyan-500/10 text-cyan-300 border border-cyan-500/20 " href="/tasks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path></svg><span>Tasks</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/nodes"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"></path></svg><span>Nodes</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/messages"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path></svg><span>Messages</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings/networks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"></path></svg><span>Networks</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg><span>Audit Log</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/server-logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg><span>Server Logs</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/admin"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z"></path></svg><span>Admin</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/docs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg><span>Docs</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path></svg><span>Settings</span></a></nav></div><div class="absolute bottom-0 left-0 right-0 border-t border-[#2a2a4a] bg-[#0d0d1a]"><button class="w-full flex items-center gap-3 px-5 py-3 text-xs text-gray-500 hover:text-red-400 hover:bg-red-500/5 transition-colors"><svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"></path></svg>Sign out</button><div class="flex items-center gap-2 px-3 py-2 justify-between"><div class="relative"><button aria-label="切换主题" class="px-2.5 py-1.5 rounded-md text-xs flex items-center gap-1.5 hover:opacity-80 transition-opacity" style="background:var(--bg-elevated);color:var(--fg);border:1px solid var(--border)"><span aria-hidden="true">🌃</span><span>Cyber</span></button></div><button class="hidden lg:flex p-1.5 rounded text-gray-600 hover:text-gray-400 transition-colors" aria-label="Collapse sidebar"><svg class="w-4 h-4 transition-transform " fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M15 19l-7-7 7-7"></path></svg></button></div></div></aside><main class="flex-1 min-w-0"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen bg-[#0a0a1a] text-gray-100 p-6 font-mono">Loading tasks...</div><!--/$--><!--$--><!--/$--></main></div><script src="/_next/static/chunks/0xrnwfefpke-g.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[84128,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"ThemeProvider\"]\n3:I[58963,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"NetworkProvider\"]\n4:I[25045,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"AppShell\"]\n5:I[39756,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"default\"]\n7:I[47257,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"ClientPageRoot\"]\n8:I[96527,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\",\"/_next/static/chunks/0ejz4zwhu3a3y.js\"],\"default\"]\nb:I[97367,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"OutletBoundary\"]\nc:\"$Sreact.suspense\"\nf:I[97367,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"ViewportBoundary\"]\n11:I[97367,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"MetadataBoundary\"]\n13:I[68027,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0mz9c6--6di2j.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"tasks\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"tasks\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0mz9c6--6di2j.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/16bfhcp03jjz1.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14bsg3_-taiw4.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"cyber\",\"className\":\"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\ntry {\\n var t = localStorage.getItem('anet-theme') || 'cyber';\\n document.documentElement.setAttribute('data-theme', t);\\n} catch (e) {}\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-full\",\"style\":{\"background\":\"var(--bg)\",\"color\":\"var(--fg)\"},\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L7\",null,{\"Component\":\"$8\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@9\",\"$@a\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ejz4zwhu3a3y.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,null]},null,false,\"$@e\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0mz9c6--6di2j.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"dR3GSMnwa4k46SIbP3PaK\"}\n"])</script><script>self.__next_f.push([1,"14:[]\ne:\"$W14\"\n9:{}\na:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a1a\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[27201,[\"/_next/static/chunks/16bfhcp03jjz1.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"IconMark\"]\nd:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes via CommHub\"}],[\"$\",\"meta\",\"2\",{\"property\":\"og:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"3\",{\"property\":\"og:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"5\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"7\",{\"name\":\"twitter:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"link\",\"8\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"9\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L15\",\"10\",{}]]\n"])</script></body></html>
|
|
12
|
+
"><div class="px-4 py-5 border-b border-[#2a2a4a] "><div><div class="text-white font-bold text-sm">Agent Network</div><div class="text-gray-600 text-xs">Dashboard</div></div></div><div class="pb-20"><nav class="flex flex-col gap-1 px-2 py-4"><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg><span>Overview</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] bg-cyan-500/10 text-cyan-300 border border-cyan-500/20 " href="/tasks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path></svg><span>Tasks</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/nodes"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"></path></svg><span>Nodes</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/messages"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path></svg><span>Messages</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings/networks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"></path></svg><span>Networks</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg><span>Audit Log</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/server-logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg><span>Server Logs</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/admin"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z"></path></svg><span>Admin</span></a><a class="flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path></svg><span>Settings</span></a></nav></div><div class="absolute bottom-0 left-0 right-0 border-t border-[#2a2a4a] bg-[#0d0d1a]"><button class="w-full flex items-center gap-3 px-5 py-3 text-xs text-gray-500 hover:text-red-400 hover:bg-red-500/5 transition-colors"><svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"></path></svg>Sign out</button><div class="flex items-center gap-2 px-3 py-2 justify-between"><div class="relative"><button aria-label="切换主题" class="px-2.5 py-1.5 rounded-md text-xs flex items-center gap-1.5 hover:opacity-80 transition-opacity" style="background:var(--bg-elevated);color:var(--fg);border:1px solid var(--border)"><span aria-hidden="true">🌃</span><span>Cyber</span></button></div><button class="hidden lg:flex p-1.5 rounded text-gray-600 hover:text-gray-400 transition-colors" aria-label="Collapse sidebar"><svg class="w-4 h-4 transition-transform " fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M15 19l-7-7 7-7"></path></svg></button></div></div></aside><main class="flex-1 min-w-0"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen bg-[#0a0a1a] text-gray-100 p-6 font-mono">Loading tasks...</div><!--/$--><!--$--><!--/$--></main></div><script src="/_next/static/chunks/0xrnwfefpke-g.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[84128,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"ThemeProvider\"]\n3:I[58963,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"NetworkProvider\"]\n4:I[25045,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"AppShell\"]\n5:I[39756,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"default\"]\n7:I[47257,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"ClientPageRoot\"]\n8:I[96527,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\",\"/_next/static/chunks/0ejz4zwhu3a3y.js\"],\"default\"]\nb:I[97367,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"OutletBoundary\"]\nc:\"$Sreact.suspense\"\nf:I[97367,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"ViewportBoundary\"]\n11:I[97367,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"MetadataBoundary\"]\n13:I[68027,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0_b22ht_r8.-s.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"tasks\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"tasks\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0_b22ht_r8.-s.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/14bsg3_-taiw4.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"cyber\",\"className\":\"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\ntry {\\n var t = localStorage.getItem('anet-theme') || 'cyber';\\n document.documentElement.setAttribute('data-theme', t);\\n} catch (e) {}\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-full\",\"style\":{\"background\":\"var(--bg)\",\"color\":\"var(--fg)\"},\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",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,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L7\",null,{\"Component\":\"$8\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@9\",\"$@a\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ejz4zwhu3a3y.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,null]},null,false,\"$@e\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0_b22ht_r8.-s.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"cDL0lLOkoUg3hMg9wv7XO\"}\n"])</script><script>self.__next_f.push([1,"14:[]\ne:\"$W14\"\n9:{}\na:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a1a\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[27201,[\"/_next/static/chunks/0gjbwb8u5wd72.js\",\"/_next/static/chunks/14bsg3_-taiw4.js\"],\"IconMark\"]\nd:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes via CommHub\"}],[\"$\",\"meta\",\"2\",{\"property\":\"og:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"3\",{\"property\":\"og:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"5\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"7\",{\"name\":\"twitter:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"link\",\"8\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"9\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L15\",\"10\",{}]]\n"])</script></body></html>
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[84128,["/_next/static/chunks/
|
|
3
|
-
3:I[58963,["/_next/static/chunks/
|
|
4
|
-
4:I[25045,["/_next/static/chunks/
|
|
5
|
-
5:I[39756,["/_next/static/chunks/
|
|
6
|
-
6:I[37457,["/_next/static/chunks/
|
|
7
|
-
7:I[47257,["/_next/static/chunks/
|
|
8
|
-
8:I[96527,["/_next/static/chunks/
|
|
9
|
-
b:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[84128,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ThemeProvider"]
|
|
3
|
+
3:I[58963,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"NetworkProvider"]
|
|
4
|
+
4:I[25045,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"AppShell"]
|
|
5
|
+
5:I[39756,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
6
|
+
6:I[37457,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
7
|
+
7:I[47257,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ClientPageRoot"]
|
|
8
|
+
8:I[96527,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js","/_next/static/chunks/0ejz4zwhu3a3y.js"],"default"]
|
|
9
|
+
b:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"OutletBoundary"]
|
|
10
10
|
c:"$Sreact.suspense"
|
|
11
|
-
f:I[97367,["/_next/static/chunks/
|
|
12
|
-
11:I[97367,["/_next/static/chunks/
|
|
13
|
-
13:I[68027,["/_next/static/chunks/
|
|
14
|
-
:HL["/_next/static/chunks/
|
|
11
|
+
f:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ViewportBoundary"]
|
|
12
|
+
11:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"MetadataBoundary"]
|
|
13
|
+
13:I[68027,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default",1]
|
|
14
|
+
:HL["/_next/static/chunks/0_b22ht_r8.-s.css","style"]
|
|
15
15
|
:HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
|
-
0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
16
|
+
0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0_b22ht_r8.-s.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0gjbwb8u5wd72.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14bsg3_-taiw4.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0ejz4zwhu3a3y.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0_b22ht_r8.-s.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"cDL0lLOkoUg3hMg9wv7XO"}
|
|
17
17
|
14:[]
|
|
18
18
|
e:"$W14"
|
|
19
19
|
9:{}
|
|
20
20
|
a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
21
21
|
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]
|
|
22
|
-
15:I[27201,["/_next/static/chunks/
|
|
22
|
+
15:I[27201,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"IconMark"]
|
|
23
23
|
d:null
|
|
24
24
|
12:[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","meta","2",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","3",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","4",{"property":"og:type","content":"website"}],["$","meta","5",{"name":"twitter:card","content":"summary"}],["$","meta","6",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","7",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","8",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","9",{"rel":"icon","href":"/favicon.svg"}],["$","$L15","10",{}]]
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[84128,["/_next/static/chunks/
|
|
3
|
-
3:I[58963,["/_next/static/chunks/
|
|
4
|
-
4:I[25045,["/_next/static/chunks/
|
|
5
|
-
5:I[39756,["/_next/static/chunks/
|
|
6
|
-
6:I[37457,["/_next/static/chunks/
|
|
7
|
-
7:I[47257,["/_next/static/chunks/
|
|
8
|
-
8:I[96527,["/_next/static/chunks/
|
|
9
|
-
b:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[84128,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ThemeProvider"]
|
|
3
|
+
3:I[58963,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"NetworkProvider"]
|
|
4
|
+
4:I[25045,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"AppShell"]
|
|
5
|
+
5:I[39756,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
6
|
+
6:I[37457,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
7
|
+
7:I[47257,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ClientPageRoot"]
|
|
8
|
+
8:I[96527,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js","/_next/static/chunks/0ejz4zwhu3a3y.js"],"default"]
|
|
9
|
+
b:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"OutletBoundary"]
|
|
10
10
|
c:"$Sreact.suspense"
|
|
11
|
-
f:I[97367,["/_next/static/chunks/
|
|
12
|
-
11:I[97367,["/_next/static/chunks/
|
|
13
|
-
13:I[68027,["/_next/static/chunks/
|
|
14
|
-
:HL["/_next/static/chunks/
|
|
11
|
+
f:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ViewportBoundary"]
|
|
12
|
+
11:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"MetadataBoundary"]
|
|
13
|
+
13:I[68027,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default",1]
|
|
14
|
+
:HL["/_next/static/chunks/0_b22ht_r8.-s.css","style"]
|
|
15
15
|
:HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
|
-
0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
16
|
+
0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0_b22ht_r8.-s.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0gjbwb8u5wd72.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14bsg3_-taiw4.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0ejz4zwhu3a3y.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0_b22ht_r8.-s.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"cDL0lLOkoUg3hMg9wv7XO"}
|
|
17
17
|
14:[]
|
|
18
18
|
e:"$W14"
|
|
19
19
|
9:{}
|
|
20
20
|
a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
21
21
|
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]
|
|
22
|
-
15:I[27201,["/_next/static/chunks/
|
|
22
|
+
15:I[27201,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"IconMark"]
|
|
23
23
|
d:null
|
|
24
24
|
12:[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","meta","2",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","3",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","4",{"property":"og:type","content":"website"}],["$","meta","5",{"name":"twitter:card","content":"summary"}],["$","meta","6",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","7",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","8",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","9",{"rel":"icon","href":"/favicon.svg"}],["$","$L15","10",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97367,["/_next/static/chunks/
|
|
3
|
-
3:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
5:I[27201,["/_next/static/chunks/
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","meta","2",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","3",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","4",{"property":"og:type","content":"website"}],["$","meta","5",{"name":"twitter:card","content":"summary"}],["$","meta","6",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","7",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","8",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","9",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","10",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
5
|
+
5:I[27201,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","meta","2",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","3",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","4",{"property":"og:type","content":"website"}],["$","meta","5",{"name":"twitter:card","content":"summary"}],["$","meta","6",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","7",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","8",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","9",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","10",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"cDL0lLOkoUg3hMg9wv7XO"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[84128,["/_next/static/chunks/
|
|
3
|
-
3:I[58963,["/_next/static/chunks/
|
|
4
|
-
4:I[25045,["/_next/static/chunks/
|
|
5
|
-
5:I[39756,["/_next/static/chunks/
|
|
6
|
-
6:I[37457,["/_next/static/chunks/
|
|
7
|
-
:HL["/_next/static/chunks/
|
|
8
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
2
|
+
2:I[84128,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ThemeProvider"]
|
|
3
|
+
3:I[58963,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"NetworkProvider"]
|
|
4
|
+
4:I[25045,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"AppShell"]
|
|
5
|
+
5:I[39756,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
6
|
+
6:I[37457,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
7
|
+
:HL["/_next/static/chunks/0_b22ht_r8.-s.css","style"]
|
|
8
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0_b22ht_r8.-s.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0gjbwb8u5wd72.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/14bsg3_-taiw4.js","async":true}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",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."}]}]]}]}]],[]]}]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"cDL0lLOkoUg3hMg9wv7XO"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
1
|
+
:HL["/_next/static/chunks/0_b22ht_r8.-s.css","style"]
|
|
2
2
|
:HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"tasks","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
3
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"tasks","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"cDL0lLOkoUg3hMg9wv7XO"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[47257,["/_next/static/chunks/
|
|
3
|
-
3:I[96527,["/_next/static/chunks/
|
|
4
|
-
6:I[97367,["/_next/static/chunks/
|
|
2
|
+
2:I[47257,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"ClientPageRoot"]
|
|
3
|
+
3:I[96527,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js","/_next/static/chunks/0ejz4zwhu3a3y.js"],"default"]
|
|
4
|
+
6:I[97367,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0ejz4zwhu3a3y.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0ejz4zwhu3a3y.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"cDL0lLOkoUg3hMg9wv7XO"}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[39756,["/_next/static/chunks/
|
|
3
|
-
3:I[37457,["/_next/static/chunks/
|
|
2
|
+
2:I[39756,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/0gjbwb8u5wd72.js","/_next/static/chunks/14bsg3_-taiw4.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"cDL0lLOkoUg3hMg9wv7XO"}
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"/api/hub/tasks/route": "app/api/hub/tasks/route.js",
|
|
27
27
|
"/api/hub/tmux/route": "app/api/hub/tmux/route.js",
|
|
28
28
|
"/api/hub/tokens/route": "app/api/hub/tokens/route.js",
|
|
29
|
-
"/docs/page": "app/docs/page.js",
|
|
30
29
|
"/favicon.ico/route": "app/favicon.ico/route.js",
|
|
31
30
|
"/login/page": "app/login/page.js",
|
|
32
31
|
"/logs/page": "app/logs/page.js",
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[50227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},71647,e=>{"use strict";var t=e.i(282);function r(){return process.env.COMMHUB_URL||"http://127.0.0.1:9200"}async function a(e,a){let n=`${r()}${e}`,s={},o=a?.headers;if(!o?.Authorization)try{let e=await (0,t.getV3UserToken)();e&&(s={Authorization:`Bearer ${e}`})}catch{}return fetch(n,{...a,headers:{...s,...a?.headers},next:{revalidate:0}})}r(),e.s(["hubFetch",0,a])},20014,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),s=e.i(61916),o=e.i(74677),i=e.i(69741),l=e.i(16795),u=e.i(87718),d=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),x=e.i(74838),R=e.i(10372),v=e.i(93695);e.i(20232);var w=e.i(220),f=e.i(282),g=e.i(71647);async function m(e){let t=await (0,f.requireDashboardAuth)();if(t)return t;let{searchParams:r}=new URL(e.url),a=r.get("network_id")||"";try{let e=a?`/api/networks/${a}`:"/api/networks",t=await (0,g.hubFetch)(e),r=t.headers.get("content-type")||"";if(t.ok&&r.includes("application/json"))return Response.json(await t.json());return Response.json({ok:!0,networks:[]})}catch(e){return Response.json({error:"failed",detail:e instanceof Error?e.message:String(e)},{status:502})}}e.s(["GET",0,m],63448);var E=e.i(63448);let y=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/hub/networks/route",pathname:"/api/hub/networks",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/app/api/hub/networks/route.ts",nextConfigOutput:"",userland:E,...{}}),{workAsyncStorage:C,workUnitAsyncStorage:b,serverHooks:A}=y;async function k(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),y.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/hub/networks/route";f=f.replace(/\/index$/,"")||"/";let g=await y.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!g)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:m,params:E,nextConfig:C,parsedUrl:b,isDraftMode:A,prerenderManifest:k,routerServerContext:T,isOnDemandRevalidate:q,revalidateOnlyGenerated:N,resolvedPathname:P,clientReferenceManifest:_,serverActionsManifest:S}=g,j=(0,i.normalizeAppPath)(f),O=!!(k.dynamicRoutes[j]||k.routes[P]),U=async()=>((null==T?void 0:T.render404)?await T.render404(e,t,b,!1):t.end("This page could not be found"),null);if(O&&!A){let e=!!k.routes[P],t=k.dynamicRoutes[j];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await U();throw new v.NoFallbackError}}let H=null;!O||y.isDev||A||(H="/index"===(H=P)?"/":H);let M=!0===y.isDev||!O,I=O&&!M;S&&_&&(0,o.setManifestsSingleton)({page:f,clientReferenceManifest:_,serverActionsManifest:S});let D=e.method||"GET",$=(0,s.getTracer)(),F=$.getActiveScopeSpan(),B=!!(null==T?void 0:T.isWrappedByNextServer),K=!!(0,n.getRequestMeta)(e,"minimalMode"),L=(0,n.getRequestMeta)(e,"incrementalCache")||await y.getIncrementalCache(e,C,k,K);null==L||L.resetRequestCache(),globalThis.__incrementalCache=L;let G={params:E,previewProps:k.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:M,incrementalCache:L,cacheLifeProfiles:C.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>y.onRequestError(e,t,a,n,T)},sharedContext:{buildId:m}},V=new l.NodeNextRequest(e),z=new l.NodeNextResponse(t),W=u.NextRequestAdapter.fromNodeNextRequest(V,(0,u.signalFromNodeResponse)(t));try{let n,o=async e=>y.handle(W,G).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==d.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${D} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${D} ${f}`)}),i=async n=>{var s,i;let l=async({previousCacheEntry:r})=>{try{if(!K&&q&&N&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await o(n);e.fetchMetrics=G.renderOpts.fetchMetrics;let i=G.renderOpts.pendingWaitUntil;i&&a.waitUntil&&(a.waitUntil(i),i=void 0);let l=G.renderOpts.collectedTags;if(!O)return await (0,c.sendResponse)(V,z,s,G.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[R.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==G.renderOpts.collectedRevalidate&&!(G.renderOpts.collectedRevalidate>=R.INFINITE_CACHE)&&G.renderOpts.collectedRevalidate,a=void 0===G.renderOpts.collectedExpire||G.renderOpts.collectedExpire>=R.INFINITE_CACHE?void 0:G.renderOpts.collectedExpire;return{value:{kind:w.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await y.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:I,isOnDemandRevalidate:q})},!1,T),t}},u=await y.handleResponse({req:e,nextConfig:C,cacheKey:H,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:k,isRoutePPREnabled:!1,isOnDemandRevalidate:q,revalidateOnlyGenerated:N,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:K});if(!O)return null;if((null==u||null==(s=u.value)?void 0:s.kind)!==w.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==u||null==(i=u.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});K||t.setHeader("x-nextjs-cache",q?"REVALIDATED":u.isMiss?"MISS":u.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,h.fromNodeOutgoingHttpHeaders)(u.value.headers);return K&&O||d.delete(R.NEXT_CACHE_TAGS_HEADER),!u.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,x.getCacheControlHeader)(u.cacheControl)),await (0,c.sendResponse)(V,z,new Response(u.value.body,{headers:d,status:u.value.status||200})),null};B&&F?await i(F):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(d.BaseServerSpan.handleRequest,{spanName:`${D} ${f}`,kind:s.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},i),void 0,!B))}catch(t){if(t instanceof v.NoFallbackError||await y.onRequestError(e,t,{routerKind:"App Router",routePath:j,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:I,isOnDemandRevalidate:q})},!1,T),O)throw t;return await (0,c.sendResponse)(V,z,new Response(null,{status:500})),null}}e.s(["handler",0,k,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:b})},"routeModule",0,y,"serverHooks",0,A,"workAsyncStorage",0,C,"workUnitAsyncStorage",0,b],20014)}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=%5Broot-of-the-server%5D__0-mykaf._.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../app/lib/hub.ts","../../../app/api/hub/networks/route.ts","../../../node_modules/next/dist/esm/build/templates/app-route.js"],"sourcesContent":["import { getV3UserToken } from './dashboard-auth';\n\nfunction getHubUrl() {\n return process.env.COMMHUB_URL || 'http://127.0.0.1:9200';\n}\n\nfunction getCommHubToken() {\n return process.env.COMMHUB_AUTH_TOKEN || '';\n}\n\nexport const HUB_URL = getHubUrl();\n\nexport function hubHeaders(): Record<string, string> {\n const h: Record<string, string> = {};\n const token = getCommHubToken();\n if (token) h['Authorization'] = `Bearer ${token}`;\n return h;\n}\n\n/**\n * Fetch from CommHub. Uses the browser session's V3 user token when available.\n * Dashboard is a thin proxy and does not fall back to a service/master token.\n */\nexport async function hubFetch(path: string, init?: RequestInit): Promise<Response> {\n const url = `${getHubUrl()}${path}`;\n\n // Build auth: prefer V3 token cookie unless caller supplied Authorization.\n let authHeader: Record<string, string> = {};\n\n // Only try V3 token if no Authorization already in init.headers\n const initHeaders = init?.headers as Record<string, string> | undefined;\n if (!initHeaders?.['Authorization']) {\n try {\n const userToken = await getV3UserToken();\n if (userToken) {\n authHeader = { 'Authorization': `Bearer ${userToken}` };\n }\n } catch {\n // cookies() not available in this context, ignore\n }\n\n }\n\n return fetch(url, {\n ...init,\n headers: { ...authHeader, ...init?.headers },\n next: { revalidate: 0 },\n } as RequestInit);\n}\n","import { requireDashboardAuth, getV3UserToken } from '@/app/lib/dashboard-auth';\nimport { hubFetch } from '@/app/lib/hub';\n\nexport async function GET(req: Request) {\n const authFailure = await requireDashboardAuth();\n if (authFailure) return authFailure;\n\n const { searchParams } = new URL(req.url);\n const networkId = searchParams.get('network_id') || '';\n\n try {\n const path = networkId ? `/api/networks/${networkId}` : '/api/networks';\n const res = await hubFetch(path);\n const ct = res.headers.get('content-type') || '';\n if (res.ok && ct.includes('application/json')) return Response.json(await res.json());\n return Response.json({ ok: true, networks: [] });\n } catch (e: unknown) {\n return Response.json({ error: 'failed', detail: e instanceof Error ? e.message : String(e) }, { status: 502 });\n }\n}\n","import { AppRouteRouteModule } from \"next/dist/esm/server/route-modules/app-route/module.compiled\";\nimport { RouteKind } from \"next/dist/esm/server/route-kind\";\nimport { patchFetch as _patchFetch } from \"next/dist/esm/server/lib/patch-fetch\";\nimport { addRequestMeta, getRequestMeta, setRequestMeta } from \"next/dist/esm/server/request-meta\";\nimport { getTracer, SpanKind } from \"next/dist/esm/server/lib/trace/tracer\";\nimport { setManifestsSingleton } from \"next/dist/esm/server/app-render/manifests-singleton\";\nimport { normalizeAppPath } from \"next/dist/esm/shared/lib/router/utils/app-paths\";\nimport { NodeNextRequest, NodeNextResponse } from \"next/dist/esm/server/base-http/node\";\nimport { NextRequestAdapter, signalFromNodeResponse } from \"next/dist/esm/server/web/spec-extension/adapters/next-request\";\nimport { BaseServerSpan } from \"next/dist/esm/server/lib/trace/constants\";\nimport { getRevalidateReason } from \"next/dist/esm/server/instrumentation/utils\";\nimport { sendResponse } from \"next/dist/esm/server/send-response\";\nimport { fromNodeOutgoingHttpHeaders, toNodeOutgoingHttpHeaders } from \"next/dist/esm/server/web/utils\";\nimport { getCacheControlHeader } from \"next/dist/esm/server/lib/cache-control\";\nimport { INFINITE_CACHE, NEXT_CACHE_TAGS_HEADER } from \"next/dist/esm/lib/constants\";\nimport { NoFallbackError } from \"next/dist/esm/shared/lib/no-fallback-error.external\";\nimport { CachedRouteKind } from \"next/dist/esm/server/response-cache\";\nimport * as userland from \"INNER_APP_ROUTE\";\n// We inject the nextConfigOutput here so that we can use them in the route\n// module.\nconst nextConfigOutput = \"\"\nconst routeModule = new AppRouteRouteModule({\n definition: {\n kind: RouteKind.APP_ROUTE,\n page: \"/api/hub/networks/route\",\n pathname: \"/api/hub/networks\",\n filename: \"route\",\n bundlePath: \"\"\n },\n distDir: process.env.__NEXT_RELATIVE_DIST_DIR || '',\n relativeProjectDir: process.env.__NEXT_RELATIVE_PROJECT_DIR || '',\n resolvedPagePath: \"[project]/app/api/hub/networks/route.ts\",\n nextConfigOutput,\n // The static import is used for initialization (methods, dynamic, etc.).\n userland: userland,\n // In Turbopack dev mode, also provide a getter that calls require() on every\n // request. This re-reads from devModuleCache so HMR updates are picked up,\n // and the async wrapper unwraps async-module Promises (ESM-only\n // serverExternalPackages) automatically.\n ...process.env.TURBOPACK && process.env.__NEXT_DEV_SERVER ? {\n getUserland: ()=>import(\"INNER_APP_ROUTE\")\n } : {}\n});\n// Pull out the exports that we need to expose from the module. This should\n// be eliminated when we've moved the other routes to the new format. These\n// are used to hook into the route.\nconst { workAsyncStorage, workUnitAsyncStorage, serverHooks } = routeModule;\nfunction patchFetch() {\n return _patchFetch({\n workAsyncStorage,\n workUnitAsyncStorage\n });\n}\nexport { routeModule, workAsyncStorage, workUnitAsyncStorage, serverHooks, patchFetch, };\nexport async function handler(req, res, ctx) {\n if (ctx.requestMeta) {\n setRequestMeta(req, ctx.requestMeta);\n }\n if (routeModule.isDev) {\n addRequestMeta(req, 'devRequestTimingInternalsEnd', process.hrtime.bigint());\n }\n let srcPage = \"/api/hub/networks/route\";\n // turbopack doesn't normalize `/index` in the page name\n // so we need to to process dynamic routes properly\n // TODO: fix turbopack providing differing value from webpack\n if (process.env.TURBOPACK) {\n srcPage = srcPage.replace(/\\/index$/, '') || '/';\n } else if (srcPage === '/index') {\n // we always normalize /index specifically\n srcPage = '/';\n }\n const multiZoneDraftMode = process.env.__NEXT_MULTI_ZONE_DRAFT_MODE;\n const prepareResult = await routeModule.prepare(req, res, {\n srcPage,\n multiZoneDraftMode\n });\n if (!prepareResult) {\n res.statusCode = 400;\n res.end('Bad Request');\n ctx.waitUntil == null ? void 0 : ctx.waitUntil.call(ctx, Promise.resolve());\n return null;\n }\n const { buildId, params, nextConfig, parsedUrl, isDraftMode, prerenderManifest, routerServerContext, isOnDemandRevalidate, revalidateOnlyGenerated, resolvedPathname, clientReferenceManifest, serverActionsManifest } = prepareResult;\n const normalizedSrcPage = normalizeAppPath(srcPage);\n let isIsr = Boolean(prerenderManifest.dynamicRoutes[normalizedSrcPage] || prerenderManifest.routes[resolvedPathname]);\n const render404 = async ()=>{\n // TODO: should route-module itself handle rendering the 404\n if (routerServerContext == null ? void 0 : routerServerContext.render404) {\n await routerServerContext.render404(req, res, parsedUrl, false);\n } else {\n res.end('This page could not be found');\n }\n return null;\n };\n if (isIsr && !isDraftMode) {\n const isPrerendered = Boolean(prerenderManifest.routes[resolvedPathname]);\n const prerenderInfo = prerenderManifest.dynamicRoutes[normalizedSrcPage];\n if (prerenderInfo) {\n if (prerenderInfo.fallback === false && !isPrerendered) {\n if (nextConfig.adapterPath) {\n return await render404();\n }\n throw new NoFallbackError();\n }\n }\n }\n let cacheKey = null;\n if (isIsr && !routeModule.isDev && !isDraftMode) {\n cacheKey = resolvedPathname;\n // ensure /index and / is normalized to one key\n cacheKey = cacheKey === '/index' ? '/' : cacheKey;\n }\n const supportsDynamicResponse = // If we're in development, we always support dynamic HTML\n routeModule.isDev === true || // If this is not SSG or does not have static paths, then it supports\n // dynamic HTML.\n !isIsr;\n // This is a revalidation request if the request is for a static\n // page and it is not being resumed from a postponed render and\n // it is not a dynamic RSC request then it is a revalidation\n // request.\n const isStaticGeneration = isIsr && !supportsDynamicResponse;\n // Before rendering (which initializes component tree modules), we have to\n // set the reference manifests to our global store so Server Action's\n // encryption util can access to them at the top level of the page module.\n if (serverActionsManifest && clientReferenceManifest) {\n setManifestsSingleton({\n page: srcPage,\n clientReferenceManifest,\n serverActionsManifest\n });\n }\n const method = req.method || 'GET';\n const tracer = getTracer();\n const activeSpan = tracer.getActiveScopeSpan();\n const isWrappedByNextServer = Boolean(routerServerContext == null ? void 0 : routerServerContext.isWrappedByNextServer);\n const isMinimalMode = Boolean(getRequestMeta(req, 'minimalMode'));\n const incrementalCache = getRequestMeta(req, 'incrementalCache') || await routeModule.getIncrementalCache(req, nextConfig, prerenderManifest, isMinimalMode);\n incrementalCache == null ? void 0 : incrementalCache.resetRequestCache();\n globalThis.__incrementalCache = incrementalCache;\n const context = {\n params,\n previewProps: prerenderManifest.preview,\n renderOpts: {\n experimental: {\n authInterrupts: Boolean(nextConfig.experimental.authInterrupts)\n },\n cacheComponents: Boolean(nextConfig.cacheComponents),\n supportsDynamicResponse,\n incrementalCache,\n cacheLifeProfiles: nextConfig.cacheLife,\n waitUntil: ctx.waitUntil,\n onClose: (cb)=>{\n res.on('close', cb);\n },\n onAfterTaskError: undefined,\n onInstrumentationRequestError: (error, _request, errorContext, silenceLog)=>routeModule.onRequestError(req, error, errorContext, silenceLog, routerServerContext)\n },\n sharedContext: {\n buildId\n }\n };\n const nodeNextReq = new NodeNextRequest(req);\n const nodeNextRes = new NodeNextResponse(res);\n const nextReq = NextRequestAdapter.fromNodeNextRequest(nodeNextReq, signalFromNodeResponse(res));\n try {\n let parentSpan;\n const invokeRouteModule = async (span)=>{\n return routeModule.handle(nextReq, context).finally(()=>{\n if (!span) return;\n span.setAttributes({\n 'http.status_code': res.statusCode,\n 'next.rsc': false\n });\n const rootSpanAttributes = tracer.getRootSpanAttributes();\n // We were unable to get attributes, probably OTEL is not enabled\n if (!rootSpanAttributes) {\n return;\n }\n if (rootSpanAttributes.get('next.span_type') !== BaseServerSpan.handleRequest) {\n console.warn(`Unexpected root span type '${rootSpanAttributes.get('next.span_type')}'. Please report this Next.js issue https://github.com/vercel/next.js`);\n return;\n }\n const route = rootSpanAttributes.get('next.route');\n if (route) {\n const name = `${method} ${route}`;\n span.setAttributes({\n 'next.route': route,\n 'http.route': route,\n 'next.span_name': name\n });\n span.updateName(name);\n // Propagate http.route to the parent span if one exists (e.g.\n // a platform-created HTTP span in adapter deployments).\n if (parentSpan && parentSpan !== span) {\n parentSpan.setAttribute('http.route', route);\n parentSpan.updateName(name);\n }\n } else {\n span.updateName(`${method} ${srcPage}`);\n }\n });\n };\n const handleResponse = async (currentSpan)=>{\n var _cacheEntry_value;\n const responseGenerator = async ({ previousCacheEntry })=>{\n try {\n if (!isMinimalMode && isOnDemandRevalidate && revalidateOnlyGenerated && !previousCacheEntry) {\n res.statusCode = 404;\n // on-demand revalidate always sets this header\n res.setHeader('x-nextjs-cache', 'REVALIDATED');\n res.end('This page could not be found');\n return null;\n }\n const response = await invokeRouteModule(currentSpan);\n req.fetchMetrics = context.renderOpts.fetchMetrics;\n let pendingWaitUntil = context.renderOpts.pendingWaitUntil;\n // Attempt using provided waitUntil if available\n // if it's not we fallback to sendResponse's handling\n if (pendingWaitUntil) {\n if (ctx.waitUntil) {\n ctx.waitUntil(pendingWaitUntil);\n pendingWaitUntil = undefined;\n }\n }\n const cacheTags = context.renderOpts.collectedTags;\n // If the request is for a static response, we can cache it so long\n // as it's not edge.\n if (isIsr) {\n const blob = await response.blob();\n // Copy the headers from the response.\n const headers = toNodeOutgoingHttpHeaders(response.headers);\n if (cacheTags) {\n headers[NEXT_CACHE_TAGS_HEADER] = cacheTags;\n }\n if (!headers['content-type'] && blob.type) {\n headers['content-type'] = blob.type;\n }\n const revalidate = typeof context.renderOpts.collectedRevalidate === 'undefined' || context.renderOpts.collectedRevalidate >= INFINITE_CACHE ? false : context.renderOpts.collectedRevalidate;\n const expire = typeof context.renderOpts.collectedExpire === 'undefined' || context.renderOpts.collectedExpire >= INFINITE_CACHE ? undefined : context.renderOpts.collectedExpire;\n // Create the cache entry for the response.\n const cacheEntry = {\n value: {\n kind: CachedRouteKind.APP_ROUTE,\n status: response.status,\n body: Buffer.from(await blob.arrayBuffer()),\n headers\n },\n cacheControl: {\n revalidate,\n expire\n }\n };\n return cacheEntry;\n } else {\n // send response without caching if not ISR\n await sendResponse(nodeNextReq, nodeNextRes, response, context.renderOpts.pendingWaitUntil);\n return null;\n }\n } catch (err) {\n // if this is a background revalidate we need to report\n // the request error here as it won't be bubbled\n if (previousCacheEntry == null ? void 0 : previousCacheEntry.isStale) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: srcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n throw err;\n }\n };\n const cacheEntry = await routeModule.handleResponse({\n req,\n nextConfig,\n cacheKey,\n routeKind: RouteKind.APP_ROUTE,\n isFallback: false,\n prerenderManifest,\n isRoutePPREnabled: false,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n responseGenerator,\n waitUntil: ctx.waitUntil,\n isMinimalMode\n });\n // we don't create a cacheEntry for ISR\n if (!isIsr) {\n return null;\n }\n if ((cacheEntry == null ? void 0 : (_cacheEntry_value = cacheEntry.value) == null ? void 0 : _cacheEntry_value.kind) !== CachedRouteKind.APP_ROUTE) {\n var _cacheEntry_value1;\n throw Object.defineProperty(new Error(`Invariant: app-route received invalid cache entry ${cacheEntry == null ? void 0 : (_cacheEntry_value1 = cacheEntry.value) == null ? void 0 : _cacheEntry_value1.kind}`), \"__NEXT_ERROR_CODE\", {\n value: \"E701\",\n enumerable: false,\n configurable: true\n });\n }\n if (!isMinimalMode) {\n res.setHeader('x-nextjs-cache', isOnDemandRevalidate ? 'REVALIDATED' : cacheEntry.isMiss ? 'MISS' : cacheEntry.isStale ? 'STALE' : 'HIT');\n }\n // Draft mode should never be cached\n if (isDraftMode) {\n res.setHeader('Cache-Control', 'private, no-cache, no-store, max-age=0, must-revalidate');\n }\n const headers = fromNodeOutgoingHttpHeaders(cacheEntry.value.headers);\n if (!(isMinimalMode && isIsr)) {\n headers.delete(NEXT_CACHE_TAGS_HEADER);\n }\n // If cache control is already set on the response we don't\n // override it to allow users to customize it via next.config\n if (cacheEntry.cacheControl && !res.getHeader('Cache-Control') && !headers.get('Cache-Control')) {\n headers.set('Cache-Control', getCacheControlHeader(cacheEntry.cacheControl));\n }\n await sendResponse(nodeNextReq, nodeNextRes, // @ts-expect-error - Argument of type 'Buffer<ArrayBufferLike>' is not assignable to parameter of type 'BodyInit | null | undefined'.\n new Response(cacheEntry.value.body, {\n headers,\n status: cacheEntry.value.status || 200\n }));\n return null;\n };\n // TODO: activeSpan code path is for when wrapped by\n // next-server can be removed when this is no longer used\n if (isWrappedByNextServer && activeSpan) {\n await handleResponse(activeSpan);\n } else {\n parentSpan = tracer.getActiveScopeSpan();\n await tracer.withPropagatedContext(req.headers, ()=>tracer.trace(BaseServerSpan.handleRequest, {\n spanName: `${method} ${srcPage}`,\n kind: SpanKind.SERVER,\n attributes: {\n 'http.method': method,\n 'http.target': req.url\n }\n }, handleResponse), undefined, !isWrappedByNextServer);\n }\n } catch (err) {\n if (!(err instanceof NoFallbackError)) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: normalizedSrcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n // rethrow so that we can handle serving error page\n // If this is during static generation, throw the error again.\n if (isIsr) throw err;\n // Otherwise, send a 500 response.\n await sendResponse(nodeNextReq, nodeNextRes, new Response(null, {\n status: 500\n }));\n return null;\n }\n}\n\n//# sourceMappingURL=app-route.js.map\n"],"names":["getHubUrl","process","env","COMMHUB_URL","getCommHubToken","COMMHUB_AUTH_TOKEN","HUB_URL","hubHeaders","h","token","hubFetch","path","init","url","authHeader","initHeaders","headers","userToken","fetch","next","revalidate","GET","req","authFailure","Response","searchParams","URL","networkId","get","res","ct","ok","includes","json","networks","e","error","detail","Error","message","String","status"],"mappings":"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","ignoreList":[2]}
|