fleetlens 1.0.2 → 1.0.3

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.
Files changed (122) hide show
  1. package/app/apps/web/.next/BUILD_ID +1 -1
  2. package/app/apps/web/.next/build-manifest.json +3 -3
  3. package/app/apps/web/.next/prerender-manifest.json +3 -3
  4. package/app/apps/web/.next/server/app/_global-error.html +1 -1
  5. package/app/apps/web/.next/server/app/_global-error.rsc +1 -1
  6. package/app/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/app/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/app/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/app/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/app/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/app/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  12. package/app/apps/web/.next/server/app/agent/page_client-reference-manifest.js +1 -1
  13. package/app/apps/web/.next/server/app/api/agent/chats/[id]/events/route.js +3 -1
  14. package/app/apps/web/.next/server/app/api/agent/chats/[id]/events/route.js.nft.json +1 -1
  15. package/app/apps/web/.next/server/app/api/agent/chats/[id]/messages/route.js +1 -1
  16. package/app/apps/web/.next/server/app/api/agent/chats/[id]/messages/route.js.nft.json +1 -1
  17. package/app/apps/web/.next/server/app/api/agent/chats/[id]/route.js +3 -1
  18. package/app/apps/web/.next/server/app/api/agent/chats/[id]/route.js.nft.json +1 -1
  19. package/app/apps/web/.next/server/app/api/agent/chats/[id]/stop/route.js +3 -1
  20. package/app/apps/web/.next/server/app/api/agent/chats/[id]/stop/route.js.nft.json +1 -1
  21. package/app/apps/web/.next/server/app/api/agent/chats/route.js +3 -1
  22. package/app/apps/web/.next/server/app/api/agent/chats/route.js.nft.json +1 -1
  23. package/app/apps/web/.next/server/app/api/agent/index/route.js +1 -1
  24. package/app/apps/web/.next/server/app/api/agent/index/route.js.nft.json +1 -1
  25. package/app/apps/web/.next/server/app/api/agent/mcp/route.js +1 -1
  26. package/app/apps/web/.next/server/app/api/agent/mcp/route.js.nft.json +1 -1
  27. package/app/apps/web/.next/server/app/api/agent/suggestions/route.js +1 -1
  28. package/app/apps/web/.next/server/app/api/agent/suggestions/route.js.nft.json +1 -1
  29. package/app/apps/web/.next/server/app/api/ask/route.js +1 -1
  30. package/app/apps/web/.next/server/app/api/ask/route.js.nft.json +1 -1
  31. package/app/apps/web/.next/server/app/api/digest/day/[date]/route.js +1 -1
  32. package/app/apps/web/.next/server/app/api/digest/day/[date]/route.js.nft.json +1 -1
  33. package/app/apps/web/.next/server/app/api/digest/month/[yearMonth]/route.js +1 -1
  34. package/app/apps/web/.next/server/app/api/digest/month/[yearMonth]/route.js.nft.json +1 -1
  35. package/app/apps/web/.next/server/app/api/digest/month-index/route.js +1 -1
  36. package/app/apps/web/.next/server/app/api/digest/month-index/route.js.nft.json +1 -1
  37. package/app/apps/web/.next/server/app/api/digest/week/[startDate]/route.js +1 -1
  38. package/app/apps/web/.next/server/app/api/digest/week/[startDate]/route.js.nft.json +1 -1
  39. package/app/apps/web/.next/server/app/api/digest/week-index/route.js +1 -1
  40. package/app/apps/web/.next/server/app/api/digest/week-index/route.js.nft.json +1 -1
  41. package/app/apps/web/.next/server/app/api/pdf/[key]/route.js +1 -1
  42. package/app/apps/web/.next/server/app/api/pdf/[key]/route.js.nft.json +1 -1
  43. package/app/apps/web/.next/server/app/api/projects/open-folder/route.js +1 -1
  44. package/app/apps/web/.next/server/app/api/projects/open-folder/route.js.nft.json +1 -1
  45. package/app/apps/web/.next/server/app/api/settings/credentials/route.js +1 -1
  46. package/app/apps/web/.next/server/app/api/settings/credentials/route.js.nft.json +1 -1
  47. package/app/apps/web/.next/server/app/api/settings/route.js +1 -1
  48. package/app/apps/web/.next/server/app/api/settings/route.js.nft.json +1 -1
  49. package/app/apps/web/.next/server/app/api/team/onboarding/start/route.js +1 -1
  50. package/app/apps/web/.next/server/app/api/team/onboarding/start/route.js.nft.json +1 -1
  51. package/app/apps/web/.next/server/app/api/team/sync-projects/route.js +1 -1
  52. package/app/apps/web/.next/server/app/api/team/sync-projects/route.js.nft.json +1 -1
  53. package/app/apps/web/.next/server/app/changelog/page_client-reference-manifest.js +1 -1
  54. package/app/apps/web/.next/server/app/day/[date]/page_client-reference-manifest.js +1 -1
  55. package/app/apps/web/.next/server/app/day/page_client-reference-manifest.js +1 -1
  56. package/app/apps/web/.next/server/app/digest/[date]/page_client-reference-manifest.js +1 -1
  57. package/app/apps/web/.next/server/app/digest/page_client-reference-manifest.js +1 -1
  58. package/app/apps/web/.next/server/app/insights/[key]/page_client-reference-manifest.js +1 -1
  59. package/app/apps/web/.next/server/app/insights/page_client-reference-manifest.js +1 -1
  60. package/app/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
  61. package/app/apps/web/.next/server/app/parallelism/page_client-reference-manifest.js +1 -1
  62. package/app/apps/web/.next/server/app/print/[key]/page_client-reference-manifest.js +1 -1
  63. package/app/apps/web/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  64. package/app/apps/web/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  65. package/app/apps/web/.next/server/app/runs/page_client-reference-manifest.js +1 -1
  66. package/app/apps/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  67. package/app/apps/web/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  68. package/app/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  69. package/app/apps/web/.next/server/app/team/onboarding/page_client-reference-manifest.js +1 -1
  70. package/app/apps/web/.next/server/app/team/page_client-reference-manifest.js +1 -1
  71. package/app/apps/web/.next/server/app/usage/page_client-reference-manifest.js +1 -1
  72. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__038-.1r._.js → [root-of-the-server]__0-09rjv._.js} +2 -2
  73. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__0_5tf-2._.js → [root-of-the-server]__01oercw._.js} +5 -5
  74. package/app/apps/web/.next/server/chunks/[root-of-the-server]__02.51sr._.js +1 -1
  75. package/app/apps/web/.next/server/chunks/[root-of-the-server]__057w7kr._.js +28 -0
  76. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__0pirsh0._.js → [root-of-the-server]__07b5796._.js} +2 -2
  77. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__02puo0u._.js → [root-of-the-server]__07xaqv3._.js} +2 -2
  78. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__06xto5z._.js → [root-of-the-server]__08c24et._.js} +2 -2
  79. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__0mvl0qn._.js → [root-of-the-server]__08m2h38._.js} +2 -2
  80. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__0mx_9mb._.js → [root-of-the-server]__0c7ght_._.js} +2 -2
  81. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__12iid50._.js → [root-of-the-server]__0l5i8nk._.js} +2 -2
  82. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__04g-b-m._.js → [root-of-the-server]__0mcer3z._.js} +2 -2
  83. package/app/apps/web/.next/server/chunks/[root-of-the-server]__0o9lsie._.js +30 -0
  84. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__0367vbv._.js → [root-of-the-server]__0ozooam._.js} +2 -2
  85. package/app/apps/web/.next/server/chunks/[root-of-the-server]__0uf_ch4._.js +28 -0
  86. package/app/apps/web/.next/server/chunks/[root-of-the-server]__0uiom2m._.js +28 -0
  87. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__096_llw._.js → [root-of-the-server]__0usaajs._.js} +2 -2
  88. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__06irs4z._.js → [root-of-the-server]__0zyh554._.js} +2 -2
  89. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__0gvw6dk._.js → [root-of-the-server]__0~4wgaf._.js} +2 -2
  90. package/app/apps/web/.next/server/chunks/[root-of-the-server]__0~~bpcw._.js +3 -0
  91. package/app/apps/web/.next/server/chunks/{[root-of-the-server]__01~cgp8._.js → [root-of-the-server]__10.g-w1._.js} +2 -2
  92. package/app/apps/web/.next/server/chunks/[root-of-the-server]__12vjv4c._.js +28 -0
  93. package/app/apps/web/.next/server/chunks/packages_entries_dist_node_0bckr7-.js +19 -19
  94. package/app/apps/web/.next/server/chunks/ssr/_0k8yioi._.js +1 -1
  95. package/app/apps/web/.next/server/chunks/ssr/apps_web_lib_changelog_ts_0n7_p1d._.js +1 -1
  96. package/app/apps/web/.next/server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js +1 -1
  97. package/app/apps/web/.next/server/middleware-build-manifest.js +3 -3
  98. package/app/apps/web/.next/server/middleware-manifest.json +5 -5
  99. package/app/apps/web/.next/server/pages/500.html +1 -1
  100. package/app/apps/web/.next/server/server-reference-manifest.js +1 -1
  101. package/app/apps/web/.next/server/server-reference-manifest.json +1 -1
  102. package/app/apps/web/.next/static/chunks/0ntt~a0712~pv.js +14 -0
  103. package/app/apps/web/app/api/ask/route.ts +8 -2
  104. package/app/apps/web/lib/agent/run.ts +11 -2
  105. package/app/apps/web/lib/changelog-data.generated.ts +1 -1
  106. package/app/apps/web/package.json +1 -1
  107. package/app/apps/web/tsconfig.tsbuildinfo +1 -1
  108. package/dist/daemon-worker.js +104 -55
  109. package/dist/index.js +174 -113
  110. package/menubar/Fleetlens.app/Contents/Info.plist +2 -2
  111. package/menubar/Fleetlens.app/Contents/MacOS/FleetlensMenubar +0 -0
  112. package/package.json +1 -1
  113. package/app/apps/web/.next/server/chunks/[root-of-the-server]__02faosk._.js +0 -30
  114. package/app/apps/web/.next/server/chunks/[root-of-the-server]__02petpy._.js +0 -3
  115. package/app/apps/web/.next/server/chunks/[root-of-the-server]__09cgmam._.js +0 -28
  116. package/app/apps/web/.next/server/chunks/[root-of-the-server]__0tk8p3d._.js +0 -28
  117. package/app/apps/web/.next/server/chunks/[root-of-the-server]__0u6pamj._.js +0 -28
  118. package/app/apps/web/.next/server/chunks/[root-of-the-server]__12jomao._.js +0 -28
  119. package/app/apps/web/.next/static/chunks/0dqhn7-3.038l.js +0 -14
  120. /package/app/apps/web/.next/static/{zyhoVMC9iNC5vofPFRY6z → Shk_TH0B6lHs9cBZekkf5}/_buildManifest.js +0 -0
  121. /package/app/apps/web/.next/static/{zyhoVMC9iNC5vofPFRY6z → Shk_TH0B6lHs9cBZekkf5}/_clientMiddlewareManifest.js +0 -0
  122. /package/app/apps/web/.next/static/{zyhoVMC9iNC5vofPFRY6z → Shk_TH0B6lHs9cBZekkf5}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/settings/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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/app/settings/ai-features-form.tsx <module evaluation>":{"id":55700,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/app/settings/ai-features-form.tsx":{"id":55700,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/autostart-toggle.tsx <module evaluation>":{"id":75597,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/autostart-toggle.tsx":{"id":75597,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/menubar-install.tsx <module evaluation>":{"id":22575,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/menubar-install.tsx":{"id":22575,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/zai-credentials-form.tsx <module evaluation>":{"id":25275,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/zai-credentials-form.tsx":{"id":25275,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"55700":{"*":{"id":46522,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.js"],"async":false}},"75597":{"*":{"id":36195,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.js"],"async":false}},"22575":{"*":{"id":43965,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.js"],"async":false}},"25275":{"*":{"id":70438,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"55700":{"*":{"id":32669,"name":"*","chunks":[],"async":false}},"75597":{"*":{"id":62242,"name":"*","chunks":[],"async":false}},"22575":{"*":{"id":66224,"name":"*","chunks":[],"async":false}},"25275":{"*":{"id":80880,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/settings/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/apps/web/app/settings/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js","static/chunks/06ypi6hp.gb8s.js"]}};
2
+ globalThis.__RSC_MANIFEST["/settings/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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/app/settings/ai-features-form.tsx <module evaluation>":{"id":55700,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/app/settings/ai-features-form.tsx":{"id":55700,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/autostart-toggle.tsx <module evaluation>":{"id":75597,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/autostart-toggle.tsx":{"id":75597,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/menubar-install.tsx <module evaluation>":{"id":22575,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/menubar-install.tsx":{"id":22575,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/zai-credentials-form.tsx <module evaluation>":{"id":25275,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false},"[project]/apps/web/components/zai-credentials-form.tsx":{"id":25275,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06ypi6hp.gb8s.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"55700":{"*":{"id":46522,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.js"],"async":false}},"75597":{"*":{"id":36195,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.js"],"async":false}},"22575":{"*":{"id":43965,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.js"],"async":false}},"25275":{"*":{"id":70438,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0~aj0~u._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"55700":{"*":{"id":32669,"name":"*","chunks":[],"async":false}},"75597":{"*":{"id":62242,"name":"*","chunks":[],"async":false}},"22575":{"*":{"id":66224,"name":"*","chunks":[],"async":false}},"25275":{"*":{"id":80880,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/settings/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/apps/web/app/settings/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js","static/chunks/06ypi6hp.gb8s.js"]}};
3
3
 
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/team/onboarding/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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/app/team/onboarding/onboarding-wizard.tsx <module evaluation>":{"id":22216,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/18cj08-la37o-.js"],"async":false},"[project]/apps/web/app/team/onboarding/onboarding-wizard.tsx":{"id":22216,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/18cj08-la37o-.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"22216":{"*":{"id":45502,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0.97l5.._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"22216":{"*":{"id":95706,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/team/onboarding/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/apps/web/app/team/onboarding/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js","static/chunks/18cj08-la37o-.js"]}};
2
+ globalThis.__RSC_MANIFEST["/team/onboarding/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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/app/team/onboarding/onboarding-wizard.tsx <module evaluation>":{"id":22216,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/18cj08-la37o-.js"],"async":false},"[project]/apps/web/app/team/onboarding/onboarding-wizard.tsx":{"id":22216,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/18cj08-la37o-.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"22216":{"*":{"id":45502,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_0.97l5.._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"22216":{"*":{"id":95706,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/team/onboarding/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/apps/web/app/team/onboarding/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js","static/chunks/18cj08-la37o-.js"]}};
3
3
 
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/team/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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/app/team/synced-projects-form.tsx <module evaluation>":{"id":2356,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false},"[project]/apps/web/app/team/synced-projects-form.tsx":{"id":2356,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false},"[project]/apps/web/app/team/force-sync-button.tsx <module evaluation>":{"id":42555,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false},"[project]/apps/web/app/team/force-sync-button.tsx":{"id":42555,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"2356":{"*":{"id":46580,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_114yo0v._.js"],"async":false}},"42555":{"*":{"id":92814,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_114yo0v._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"2356":{"*":{"id":84537,"name":"*","chunks":[],"async":false}},"42555":{"*":{"id":86872,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/team/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/apps/web/app/team/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js","static/chunks/06qeg4pt5jdqs.js"]}};
2
+ globalThis.__RSC_MANIFEST["/team/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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/app/team/synced-projects-form.tsx <module evaluation>":{"id":2356,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false},"[project]/apps/web/app/team/synced-projects-form.tsx":{"id":2356,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false},"[project]/apps/web/app/team/force-sync-button.tsx <module evaluation>":{"id":42555,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false},"[project]/apps/web/app/team/force-sync-button.tsx":{"id":42555,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/06qeg4pt5jdqs.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"2356":{"*":{"id":46580,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_114yo0v._.js"],"async":false}},"42555":{"*":{"id":92814,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/apps_web_114yo0v._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"2356":{"*":{"id":84537,"name":"*","chunks":[],"async":false}},"42555":{"*":{"id":86872,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/team/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/apps/web/app/team/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js","static/chunks/06qeg4pt5jdqs.js"]}};
3
3
 
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/usage/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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.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/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx <module evaluation>":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"36373":{"*":{"id":64405,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36373":{"*":{"id":51071,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/usage/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/apps/web/app/usage/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js","static/chunks/0d~6j~aj2vr1t.js"]}};
2
+ globalThis.__RSC_MANIFEST["/usage/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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.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/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx <module evaluation>":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0ntt~a0712~pv.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"36373":{"*":{"id":64405,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.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}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36373":{"*":{"id":51071,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/usage/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js"],"[project]/apps/web/app/usage/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0ntt~a0712~pv.js","static/chunks/0d~6j~aj2vr1t.js"]}};
3
3
 
@@ -1,6 +1,6 @@
1
- module.exports=[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"))},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"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},50227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},2157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},60526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},74533,(e,t,r)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},27174,e=>{"use strict";e.i(39587),e.s([])},35004,38530,e=>{"use strict";var t=e.i(2157),r=e.i(50227),n=e.i(43427);let a="team.json";e.s(["readTeamConfig",0,function(){try{return JSON.parse((0,t.readFileSync)((0,r.join)((0,n.cclensHome)(),a),"utf8"))}catch{return null}},"writeTeamConfig",0,function(e){let s=(0,n.cclensHome)();(0,t.mkdirSync)(s,{recursive:!0});let o=(0,r.join)(s,`${a}.${process.pid}.tmp`);(0,t.writeFileSync)(o,JSON.stringify(e,null,2),{mode:384}),(0,t.renameSync)(o,(0,r.join)(s,a))}],35004);var s=e.i(83740),o=e.i(47540);let i=(0,o.cache)(async()=>(0,n.listAllSessions)({limit:1e3}));(0,o.cache)(async e=>(0,n.getAnySession)(e)),e.i(27174);var l=e.i(79357);let c=s.z.object({autoIncludeNew:s.z.boolean(),included:s.z.array(s.z.string().min(1)).max(5e3),excluded:s.z.array(s.z.string().min(1)).max(5e3)});async function d(){return(0,l.groupByProject)(await i()).map(e=>({name:e.projectName,projectDir:e.projectDir,sessions:e.sessions.length,agentTimeMs:e.metrics.totalAirTimeMs,lastActiveMs:e.lastActiveMs??null,worktreeCount:e.worktreeCount})).sort((e,t)=>t.agentTimeMs-e.agentTimeMs)}e.s(["SyncProjectsSchema",0,c,"listSyncProjectRows",0,d],38530)},14739,e=>{"use strict";var t=e.i(47909),r=e.i(74017),n=e.i(96250),a=e.i(59756),s=e.i(61916),o=e.i(74677),i=e.i(69741),l=e.i(16795),c=e.i(87718),d=e.i(95169),u=e.i(47587),p=e.i(66012),h=e.i(70101),m=e.i(74838),g=e.i(10372),x=e.i(93695);e.i(52474);var f=e.i(220),v=e.i(74533),y=e.i(35004),R=e.i(38530);async function w(e){let t=process.env.FLEETLENS_CLI_BIN;if(!t)return Response.json({error:"Onboarding sync requires the dashboard to be running via the fleetlens CLI. Run 'fleetlens team sync' in your terminal instead."},{status:503});let r=(0,y.readTeamConfig)();if(!r)return Response.json({error:"Not paired with a team."},{status:409});let n=R.SyncProjectsSchema.safeParse(await e.json().catch(()=>null));if(!n.success)return Response.json({error:n.error.message},{status:400});let{setupPending:a,...s}=r;(0,y.writeTeamConfig)({...s,syncProjects:n.data});let o=new TextEncoder;return new Response(new ReadableStream({start(e){let r,n=(t,r)=>{try{e.enqueue(o.encode(`event: ${t}
1
+ module.exports=[50227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},2157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},60526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},74533,(e,t,r)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},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"))},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"))},27174,e=>{"use strict";e.i(39587),e.s([])},35004,38530,e=>{"use strict";var t=e.i(2157),r=e.i(50227),n=e.i(43427);let a="team.json";e.s(["readTeamConfig",0,function(){try{return JSON.parse((0,t.readFileSync)((0,r.join)((0,n.cclensHome)(),a),"utf8"))}catch{return null}},"writeTeamConfig",0,function(e){let s=(0,n.cclensHome)();(0,t.mkdirSync)(s,{recursive:!0});let o=(0,r.join)(s,`${a}.${process.pid}.tmp`);(0,t.writeFileSync)(o,JSON.stringify(e,null,2),{mode:384}),(0,t.renameSync)(o,(0,r.join)(s,a))}],35004);var s=e.i(83740),o=e.i(47540);let i=(0,o.cache)(async()=>(0,n.listAllSessions)({limit:1e3}));(0,o.cache)(async e=>(0,n.getAnySession)(e)),e.i(27174);var l=e.i(79357);let c=s.z.object({autoIncludeNew:s.z.boolean(),included:s.z.array(s.z.string().min(1)).max(5e3),excluded:s.z.array(s.z.string().min(1)).max(5e3)});async function d(){return(0,l.groupByProject)(await i()).map(e=>({name:e.projectName,projectDir:e.projectDir,sessions:e.sessions.length,agentTimeMs:e.metrics.totalAirTimeMs,lastActiveMs:e.lastActiveMs??null,worktreeCount:e.worktreeCount})).sort((e,t)=>t.agentTimeMs-e.agentTimeMs)}e.s(["SyncProjectsSchema",0,c,"listSyncProjectRows",0,d],38530)},14739,e=>{"use strict";var t=e.i(47909),r=e.i(74017),n=e.i(96250),a=e.i(59756),s=e.i(61916),o=e.i(74677),i=e.i(69741),l=e.i(16795),c=e.i(87718),d=e.i(95169),u=e.i(47587),p=e.i(66012),h=e.i(70101),m=e.i(74838),g=e.i(10372),x=e.i(93695);e.i(52474);var f=e.i(220),v=e.i(74533),y=e.i(35004),R=e.i(38530);async function w(e){let t=process.env.FLEETLENS_CLI_BIN;if(!t)return Response.json({error:"Onboarding sync requires the dashboard to be running via the fleetlens CLI. Run 'fleetlens team sync' in your terminal instead."},{status:503});let r=(0,y.readTeamConfig)();if(!r)return Response.json({error:"Not paired with a team."},{status:409});let n=R.SyncProjectsSchema.safeParse(await e.json().catch(()=>null));if(!n.success)return Response.json({error:n.error.message},{status:400});let{setupPending:a,...s}=r;(0,y.writeTeamConfig)({...s,syncProjects:n.data});let o=new TextEncoder;return new Response(new ReadableStream({start(e){let r,n=(t,r)=>{try{e.enqueue(o.encode(`event: ${t}
2
2
  data: ${JSON.stringify(r)}
3
3
 
4
4
  `))}catch{}},a=(0,v.spawn)(process.execPath,[t,"team","sync","--progress-json"],{stdio:["ignore","pipe","pipe"],env:process.env}),s="",i=()=>{r&&clearTimeout(r),r=setTimeout(()=>a.kill("SIGKILL"),18e4)};i(),a.stdout.on("data",e=>{i();let t=(s+=e.toString("utf8")).split("\n");for(let e of(s=t.pop()??"",t))if(e.trim())try{n("progress",JSON.parse(e))}catch{n("progress",{type:"log",line:e})}}),a.stderr.on("data",()=>i()),a.on("close",t=>{if(r&&clearTimeout(r),s.trim())try{n("progress",JSON.parse(s))}catch{n("progress",{type:"log",line:s})}n("done",{exitCode:t});try{e.close()}catch{}}),a.on("error",t=>{r&&clearTimeout(r),n("progress",{type:"error",message:`Failed to spawn CLI: ${t.message}`}),n("done",{exitCode:null});try{e.close()}catch{}})}}),{headers:{"Content-Type":"text/event-stream","Cache-Control":"no-cache, no-transform",Connection:"keep-alive","X-Accel-Buffering":"no"}})}e.s(["POST",0,w,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],41115);var C=e.i(41115);let E=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/team/onboarding/start/route",pathname:"/api/team/onboarding/start",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/apps/web/app/api/team/onboarding/start/route.ts",nextConfigOutput:"standalone",userland:C,...{}}),{workAsyncStorage:S,workUnitAsyncStorage:T,serverHooks:b}=E;async function A(e,t,n){n.requestMeta&&(0,a.setRequestMeta)(e,n.requestMeta),E.isDev&&(0,a.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let v="/api/team/onboarding/start/route";v=v.replace(/\/index$/,"")||"/";let y=await E.prepare(e,t,{srcPage:v,multiZoneDraftMode:!1});if(!y)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:R,params:w,nextConfig:C,parsedUrl:S,isDraftMode:T,prerenderManifest:b,routerServerContext:A,isOnDemandRevalidate:N,revalidateOnlyGenerated:j,resolvedPathname:P,clientReferenceManifest:q,serverActionsManifest:O}=y,_=(0,i.normalizeAppPath)(v),k=!!(b.dynamicRoutes[_]||b.routes[P]),I=async()=>((null==A?void 0:A.render404)?await A.render404(e,t,S,!1):t.end("This page could not be found"),null);if(k&&!T){let e=!!b.routes[P],t=b.dynamicRoutes[_];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await I();throw new x.NoFallbackError}}let M=null;!k||E.isDev||T||(M="/index"===(M=P)?"/":M);let H=!0===E.isDev||!k,U=k&&!H;O&&q&&(0,o.setManifestsSingleton)({page:v,clientReferenceManifest:q,serverActionsManifest:O});let D=e.method||"GET",$=(0,s.getTracer)(),F=$.getActiveScopeSpan(),L=!!(null==A?void 0:A.isWrappedByNextServer),B=!!(0,a.getRequestMeta)(e,"minimalMode"),K=(0,a.getRequestMeta)(e,"incrementalCache")||await E.getIncrementalCache(e,C,b,B);null==K||K.resetRequestCache(),globalThis.__incrementalCache=K;let z={params:w,previewProps:b.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:H,incrementalCache:K,cacheLifeProfiles:C.cacheLife,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n,a)=>E.onRequestError(e,t,n,a,A)},sharedContext:{buildId:R}},J=new l.NodeNextRequest(e),G=new l.NodeNextResponse(t),X=c.NextRequestAdapter.fromNodeNextRequest(J,(0,c.signalFromNodeResponse)(t));try{let a,o=async e=>E.handle(X,z).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 n=r.get("next.route");if(n){let t=`${D} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t),a&&a!==e&&(a.setAttribute("http.route",n),a.updateName(t))}else e.updateName(`${D} ${v}`)}),i=async a=>{var s,i;let l=async({previousCacheEntry:r})=>{try{if(!B&&N&&j&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await o(a);e.fetchMetrics=z.renderOpts.fetchMetrics;let i=z.renderOpts.pendingWaitUntil;i&&n.waitUntil&&(n.waitUntil(i),i=void 0);let l=z.renderOpts.collectedTags;if(!k)return await (0,p.sendResponse)(J,G,s,z.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[g.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==z.renderOpts.collectedRevalidate&&!(z.renderOpts.collectedRevalidate>=g.INFINITE_CACHE)&&z.renderOpts.collectedRevalidate,n=void 0===z.renderOpts.collectedExpire||z.renderOpts.collectedExpire>=g.INFINITE_CACHE?void 0:z.renderOpts.collectedExpire;return{value:{kind:f.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await E.onRequestError(e,t,{routerKind:"App Router",routePath:v,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:N})},!1,A),t}},c=await E.handleResponse({req:e,nextConfig:C,cacheKey:M,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:b,isRoutePPREnabled:!1,isOnDemandRevalidate:N,revalidateOnlyGenerated:j,responseGenerator:l,waitUntil:n.waitUntil,isMinimalMode:B});if(!k)return null;if((null==c||null==(s=c.value)?void 0:s.kind)!==f.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==c||null==(i=c.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});B||t.setHeader("x-nextjs-cache",N?"REVALIDATED":c.isMiss?"MISS":c.isStale?"STALE":"HIT"),T&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,h.fromNodeOutgoingHttpHeaders)(c.value.headers);return B&&k||d.delete(g.NEXT_CACHE_TAGS_HEADER),!c.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,m.getCacheControlHeader)(c.cacheControl)),await (0,p.sendResponse)(J,G,new Response(c.value.body,{headers:d,status:c.value.status||200})),null};L&&F?await i(F):(a=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(d.BaseServerSpan.handleRequest,{spanName:`${D} ${v}`,kind:s.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},i),void 0,!L))}catch(t){if(t instanceof x.NoFallbackError||await E.onRequestError(e,t,{routerKind:"App Router",routePath:_,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:N})},!1,A),k)throw t;return await (0,p.sendResponse)(J,G,new Response(null,{status:500})),null}}e.s(["handler",0,A,"patchFetch",0,function(){return(0,n.patchFetch)({workAsyncStorage:S,workUnitAsyncStorage:T})},"routeModule",0,E,"serverHooks",0,b,"workAsyncStorage",0,S,"workUnitAsyncStorage",0,T],14739)}];
5
5
 
6
- //# sourceMappingURL=%5Broot-of-the-server%5D__038-.1r._.js.map
6
+ //# sourceMappingURL=%5Broot-of-the-server%5D__0-09rjv._.js.map