9router 0.2.16 → 0.2.17

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 (183) hide show
  1. package/LICENSE +4 -0
  2. package/app/.next/BUILD_ID +1 -1
  3. package/app/.next/app-build-manifest.json +136 -136
  4. package/app/.next/app-path-routes-manifest.json +19 -19
  5. package/app/.next/build-manifest.json +5 -5
  6. package/app/.next/prerender-manifest.json +34 -34
  7. package/app/.next/react-loadable-manifest.json +13 -0
  8. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +5 -5
  9. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  12. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  17. package/app/.next/server/app/(dashboard)/dashboard/page.js +1 -1
  18. package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  19. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  20. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  21. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  22. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  23. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
  24. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  25. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  26. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +1 -1
  27. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  28. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  29. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  30. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  31. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  32. package/app/.next/server/app/_not-found/page.js +2 -2
  33. package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
  34. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  35. package/app/.next/server/app/_not-found.html +1 -1
  36. package/app/.next/server/app/_not-found.rsc +2 -2
  37. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  38. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  39. package/app/.next/server/app/api/cloud/auth/route.js +1 -1
  40. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  41. package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
  42. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  43. package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
  44. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  45. package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
  46. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  47. package/app/.next/server/app/api/combos/[id]/route.js +1 -1
  48. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  49. package/app/.next/server/app/api/combos/route.js +1 -1
  50. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  51. package/app/.next/server/app/api/init/route.js +1 -1
  52. package/app/.next/server/app/api/init/route.js.nft.json +1 -1
  53. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  54. package/app/.next/server/app/api/keys/[id]/route.js +1 -1
  55. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  56. package/app/.next/server/app/api/keys/route.js +1 -1
  57. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  58. package/app/.next/server/app/api/models/alias/route.js +1 -1
  59. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  60. package/app/.next/server/app/api/models/route.js +1 -1
  61. package/app/.next/server/app/api/models/route.js.nft.json +1 -1
  62. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  63. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  64. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  65. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  66. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  67. package/app/.next/server/app/api/providers/[id]/route.js +1 -1
  68. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  69. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  70. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  71. package/app/.next/server/app/api/providers/client/route.js +1 -1
  72. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  73. package/app/.next/server/app/api/providers/route.js +1 -1
  74. package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
  75. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  76. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  77. package/app/.next/server/app/api/settings/route.js +1 -1
  78. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  79. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  80. package/app/.next/server/app/api/sync/cloud/route.js +1 -1
  81. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  82. package/app/.next/server/app/api/sync/initialize/route.js +1 -1
  83. package/app/.next/server/app/api/sync/initialize/route.js.nft.json +1 -1
  84. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  85. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  86. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  87. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  88. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  89. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  90. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  91. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  92. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  93. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  94. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  95. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  96. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  97. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  98. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  99. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  100. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  101. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  102. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  103. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  104. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  105. package/app/.next/server/app/api/v1beta/models/route.js +1 -1
  106. package/app/.next/server/app/api/v1beta/models/route.js.nft.json +1 -1
  107. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  108. package/app/.next/server/app/callback/page.js +1 -1
  109. package/app/.next/server/app/callback/page.js.nft.json +1 -1
  110. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  111. package/app/.next/server/app/callback.html +1 -1
  112. package/app/.next/server/app/callback.rsc +2 -2
  113. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  114. package/app/.next/server/app/dashboard/cli-tools.rsc +4 -4
  115. package/app/.next/server/app/dashboard/combos.html +1 -1
  116. package/app/.next/server/app/dashboard/combos.rsc +4 -4
  117. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  118. package/app/.next/server/app/dashboard/endpoint.rsc +4 -4
  119. package/app/.next/server/app/dashboard/profile.html +1 -1
  120. package/app/.next/server/app/dashboard/profile.rsc +4 -4
  121. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  122. package/app/.next/server/app/dashboard/providers/new.rsc +4 -4
  123. package/app/.next/server/app/dashboard/providers.html +1 -1
  124. package/app/.next/server/app/dashboard/providers.rsc +4 -4
  125. package/app/.next/server/app/dashboard.html +1 -1
  126. package/app/.next/server/app/dashboard.rsc +4 -4
  127. package/app/.next/server/app/index.html +1 -1
  128. package/app/.next/server/app/index.rsc +2 -2
  129. package/app/.next/server/app/landing/page.js +1 -1
  130. package/app/.next/server/app/landing/page.js.nft.json +1 -1
  131. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  132. package/app/.next/server/app/landing.html +1 -1
  133. package/app/.next/server/app/landing.rsc +2 -2
  134. package/app/.next/server/app/page.js +1 -1
  135. package/app/.next/server/app/page.js.nft.json +1 -1
  136. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  137. package/app/.next/server/app-paths-manifest.json +19 -19
  138. package/app/.next/server/chunks/1354.js +3 -3
  139. package/app/.next/server/chunks/3103.js +1 -1
  140. package/app/.next/server/chunks/5170.js +1 -1
  141. package/app/.next/server/chunks/533.js +1 -0
  142. package/app/.next/server/chunks/{6689.js → 5451.js} +2 -2
  143. package/app/.next/server/chunks/5977.js +1 -1
  144. package/app/.next/server/chunks/9858.js +1 -0
  145. package/app/.next/server/middleware-build-manifest.js +1 -1
  146. package/app/.next/server/middleware-react-loadable-manifest.js +1 -1
  147. package/app/.next/server/pages/404.html +1 -1
  148. package/app/.next/server/pages/500.html +1 -1
  149. package/app/.next/server/webpack-runtime.js +1 -1
  150. package/app/.next/static/chunks/1393-74e0710828062f40.js +1 -0
  151. package/app/.next/static/chunks/2819-00dd2839ed1323e4.js +1 -0
  152. package/app/.next/static/chunks/3431.b7e68d807c631773.js +1 -0
  153. package/app/.next/static/chunks/9220.745ac8c97d067b9a.js +1 -0
  154. package/app/.next/static/chunks/9955-cba200dfd971f126.js +1 -0
  155. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-1ef1ec29086061fd.js +1 -0
  156. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-f18c8b5778e91a72.js +1 -0
  157. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-636932605724d0ce.js +1 -0
  158. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-81c3e3fb971037c1.js +1 -0
  159. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-327e2f8b73368cc2.js +1 -0
  160. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-800270dff34413c0.js +1 -0
  161. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-9e075d79ef785c9b.js +1 -0
  162. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-eea1c0bf95c10035.js +1 -0
  163. package/app/.next/static/chunks/app/(dashboard)/{layout-239cdcb35472d644.js → layout-65f98ae0eccfc7b8.js} +1 -1
  164. package/app/.next/static/chunks/webpack-5865472aea7b6340.js +1 -0
  165. package/app/package.json +2 -0
  166. package/cli.js +11 -38
  167. package/package.json +1 -1
  168. package/app/.next/server/chunks/1582.js +0 -1
  169. package/app/.next/server/chunks/3576.js +0 -1
  170. package/app/.next/static/chunks/1393-c0bf788a0bc19102.js +0 -1
  171. package/app/.next/static/chunks/4244-0a98cf2e73799efe.js +0 -1
  172. package/app/.next/static/chunks/9955-a027f64b1a9bf4e5.js +0 -1
  173. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-9009a2a4fdcd878c.js +0 -1
  174. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-95da854765deba41.js +0 -1
  175. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-98e477f1e2603f2b.js +0 -1
  176. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-1dce481cbcf036bc.js +0 -1
  177. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-c3dd45dfdb0b9dec.js +0 -1
  178. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-60e73b7047f9e428.js +0 -1
  179. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-1f016f32f42ef1f9.js +0 -1
  180. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-407c2ce547816028.js +0 -1
  181. package/app/.next/static/chunks/webpack-e009a29a8139b7cb.js +0 -1
  182. /package/app/.next/static/{CjtizKLK3s08esa00wWI0 → jTOq4rGDmshmQFiyCGWaU}/_buildManifest.js +0 -0
  183. /package/app/.next/static/{CjtizKLK3s08esa00wWI0 → jTOq4rGDmshmQFiyCGWaU}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../package.json","../../../package.json","../../chunks/1104.js","../../chunks/1428.js","../../chunks/1582.js","../../chunks/1717.js","../../chunks/2045.js","../../chunks/2328.js","../../chunks/2826.js","../../chunks/3103.js","../../chunks/3809.js","../../chunks/4656.js","../../chunks/5873.js","../../chunks/799.js","../../chunks/8298.js","../../chunks/8764.js","../../chunks/9285.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../package.json","../../../package.json","../../chunks/1104.js","../../chunks/1428.js","../../chunks/1717.js","../../chunks/2045.js","../../chunks/2328.js","../../chunks/2826.js","../../chunks/3103.js","../../chunks/3809.js","../../chunks/4656.js","../../chunks/5873.js","../../chunks/799.js","../../chunks/8298.js","../../chunks/8764.js","../../chunks/9285.js","../../chunks/9858.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/callback/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"60":{"*":{"id":"86644","name":"*","chunks":[],"async":false}},"252":{"*":{"id":"7631","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"709":{"*":{"id":"90315","name":"*","chunks":[],"async":false}},"859":{"*":{"id":"58711","name":"*","chunks":[],"async":false}},"1255":{"*":{"id":"59827","name":"*","chunks":[],"async":false}},"1553":{"*":{"id":"67733","name":"*","chunks":[],"async":false}},"1620":{"*":{"id":"30784","name":"*","chunks":[],"async":false}},"1902":{"*":{"id":"1404","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"1980":{"*":{"id":"75344","name":"*","chunks":[],"async":false}},"2411":{"*":{"id":"7313","name":"*","chunks":[],"async":false}},"2513":{"*":{"id":"86845","name":"*","chunks":[],"async":false}},"2923":{"*":{"id":"92067","name":"*","chunks":[],"async":false}},"3170":{"*":{"id":"16964","name":"*","chunks":[],"async":false}},"3222":{"*":{"id":"75260","name":"*","chunks":[],"async":false}},"3367":{"*":{"id":"82977","name":"*","chunks":[],"async":false}},"3439":{"*":{"id":"65233","name":"*","chunks":[],"async":false}},"3453":{"*":{"id":"67411","name":"*","chunks":[],"async":false}},"3461":{"*":{"id":"67861","name":"*","chunks":[],"async":false}},"3876":{"*":{"id":"16678","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4074":{"*":{"id":"61150","name":"*","chunks":[],"async":false}},"4202":{"*":{"id":"26608","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"4486":{"*":{"id":"52634","name":"*","chunks":[],"async":false}},"5259":{"*":{"id":"18761","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6445":{"*":{"id":"68997","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7897":{"*":{"id":"15877","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"9955":{"*":{"id":"3605","name":"*","chunks":[],"async":false}},"9957":{"*":{"id":"27541","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/app/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":7011,"name":"*","chunks":["9955","static/chunks/9955-a027f64b1a9bf4e5.js","7177","static/chunks/app/layout-cc96f88d74b3b321.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":3673,"name":"*","chunks":["9955","static/chunks/9955-a027f64b1a9bf4e5.js","7177","static/chunks/app/layout-cc96f88d74b3b321.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":9955,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":3453,"name":"*","chunks":["7852","static/chunks/app/callback/page-2ac998ca8e1c4fb2.js"],"async":false},"/Users/Working/router4/app/src/app/landing/page.js":{"id":252,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":1980,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":3876,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":2513,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":1255,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":4486,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":1620,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":2411,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":3461,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":709,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":3367,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":4202,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":2923,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":1553,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":7897,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":3439,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":3222,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":9957,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":3170,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":1902,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4074,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5259,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":859,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":6445,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":60,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/d88eaa46491bd5c8.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[],"/Users/Working/router4/app/src/app/callback/page":[]},"rscModuleMapping":{"60":{"*":{"id":"36198","name":"*","chunks":[],"async":false}},"252":{"*":{"id":"84459","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"709":{"*":{"id":"96437","name":"*","chunks":[],"async":false}},"859":{"*":{"id":"33505","name":"*","chunks":[],"async":false}},"1255":{"*":{"id":"74697","name":"*","chunks":[],"async":false}},"1553":{"*":{"id":"91451","name":"*","chunks":[],"async":false}},"1620":{"*":{"id":"99434","name":"*","chunks":[],"async":false}},"1902":{"*":{"id":"94178","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"1980":{"*":{"id":"30694","name":"*","chunks":[],"async":false}},"2411":{"*":{"id":"23207","name":"*","chunks":[],"async":false}},"2513":{"*":{"id":"69855","name":"*","chunks":[],"async":false}},"2923":{"*":{"id":"57145","name":"*","chunks":[],"async":false}},"3170":{"*":{"id":"44806","name":"*","chunks":[],"async":false}},"3222":{"*":{"id":"57722","name":"*","chunks":[],"async":false}},"3367":{"*":{"id":"28975","name":"*","chunks":[],"async":false}},"3439":{"*":{"id":"84719","name":"*","chunks":[],"async":false}},"3453":{"*":{"id":"43497","name":"*","chunks":[],"async":false}},"3461":{"*":{"id":"56115","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3876":{"*":{"id":"87136","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4074":{"*":{"id":"20588","name":"*","chunks":[],"async":false}},"4202":{"*":{"id":"82686","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"4486":{"*":{"id":"87072","name":"*","chunks":[],"async":false}},"5259":{"*":{"id":"31283","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6445":{"*":{"id":"78233","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7897":{"*":{"id":"923","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"9955":{"*":{"id":"54359","name":"*","chunks":[],"async":false}},"9957":{"*":{"id":"46255","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/callback/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"60":{"*":{"id":"86644","name":"*","chunks":[],"async":true}},"252":{"*":{"id":"7631","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"709":{"*":{"id":"90315","name":"*","chunks":[],"async":true}},"1255":{"*":{"id":"59827","name":"*","chunks":[],"async":false}},"1553":{"*":{"id":"67733","name":"*","chunks":[],"async":true}},"1620":{"*":{"id":"30784","name":"*","chunks":[],"async":true}},"1902":{"*":{"id":"1404","name":"*","chunks":[],"async":true}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"1980":{"*":{"id":"75344","name":"*","chunks":[],"async":false}},"2336":{"*":{"id":"97187","name":"*","chunks":[],"async":true}},"2411":{"*":{"id":"7313","name":"*","chunks":[],"async":false}},"2513":{"*":{"id":"86845","name":"*","chunks":[],"async":false}},"2923":{"*":{"id":"92067","name":"*","chunks":[],"async":true}},"3170":{"*":{"id":"16964","name":"*","chunks":[],"async":true}},"3222":{"*":{"id":"75260","name":"*","chunks":[],"async":true}},"3367":{"*":{"id":"82977","name":"*","chunks":[],"async":false}},"3439":{"*":{"id":"65233","name":"*","chunks":[],"async":true}},"3453":{"*":{"id":"67411","name":"*","chunks":[],"async":false}},"3461":{"*":{"id":"67861","name":"*","chunks":[],"async":true}},"3876":{"*":{"id":"16678","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4074":{"*":{"id":"61150","name":"*","chunks":[],"async":true}},"4202":{"*":{"id":"26608","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"4486":{"*":{"id":"52634","name":"*","chunks":[],"async":true}},"5259":{"*":{"id":"18761","name":"*","chunks":[],"async":true}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7897":{"*":{"id":"15877","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8715":{"*":{"id":"75623","name":"*","chunks":[],"async":true}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"9955":{"*":{"id":"3605","name":"*","chunks":[],"async":true}},"9957":{"*":{"id":"27541","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/Working/router4/app/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":7011,"name":"*","chunks":["9955","static/chunks/9955-cba200dfd971f126.js","7177","static/chunks/app/layout-cc96f88d74b3b321.js"],"async":false},"/Users/Working/router4/app/src/app/globals.css":{"id":3673,"name":"*","chunks":["9955","static/chunks/9955-cba200dfd971f126.js","7177","static/chunks/app/layout-cc96f88d74b3b321.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ThemeProvider.js":{"id":9955,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/app/landing/page.js":{"id":252,"name":"*","chunks":[],"async":false},"/Users/Working/router4/app/src/app/callback/page.js":{"id":3453,"name":"*","chunks":["7852","static/chunks/app/callback/page-2ac998ca8e1c4fb2.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Avatar.js":{"id":1980,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Badge.js":{"id":3876,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Button.js":{"id":2513,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Card.js":{"id":1255,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Footer.js":{"id":4486,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/Header.js":{"id":1620,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/Input.js":{"id":2411,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/layouts/AuthLayout.js":{"id":3461,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/layouts/DashboardLayout.js":{"id":709,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/Loading.js":{"id":3367,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Modal.js":{"id":4202,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/ModelSelectModal.js":{"id":2923,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/OAuthModal.js":{"id":1553,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/Select.js":{"id":7897,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/shared/components/Sidebar.js":{"id":3439,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/ThemeToggle.js":{"id":3222,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":true},"/Users/Working/router4/app/src/shared/components/Toggle.js":{"id":9957,"name":"*","chunks":["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"async":false},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/new/page.js":{"id":60,"name":"*","chunks":[],"async":true},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/profile/page.js":{"id":4074,"name":"*","chunks":[],"async":true},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/combos/page.js":{"id":3170,"name":"*","chunks":[],"async":true},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/page.js":{"id":2336,"name":"*","chunks":[],"async":true},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js":{"id":8715,"name":"*","chunks":[],"async":true},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js":{"id":1902,"name":"*","chunks":[],"async":true},"/Users/Working/router4/app/src/app/(dashboard)/dashboard/providers/[id]/page.js":{"id":5259,"name":"*","chunks":[],"async":true}},"entryCSSFiles":{"/Users/Working/router4/app/src/":[],"/Users/Working/router4/app/src/app/layout":[{"inlined":false,"path":"static/css/d88eaa46491bd5c8.css"}],"/Users/Working/router4/app/src/app/page":[],"/Users/Working/router4/app/src/app/(dashboard)/layout":[],"/Users/Working/router4/app/src/app/callback/page":[]},"rscModuleMapping":{"60":{"*":{"id":"36198","name":"*","chunks":[],"async":false}},"252":{"*":{"id":"84459","name":"*","chunks":[],"async":false}},"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"709":{"*":{"id":"96437","name":"*","chunks":[],"async":false}},"1255":{"*":{"id":"74697","name":"*","chunks":[],"async":false}},"1553":{"*":{"id":"91451","name":"*","chunks":[],"async":false}},"1620":{"*":{"id":"99434","name":"*","chunks":[],"async":false}},"1902":{"*":{"id":"94178","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"1980":{"*":{"id":"30694","name":"*","chunks":[],"async":false}},"2336":{"*":{"id":"33505","name":"*","chunks":[],"async":false}},"2411":{"*":{"id":"23207","name":"*","chunks":[],"async":false}},"2513":{"*":{"id":"69855","name":"*","chunks":[],"async":false}},"2923":{"*":{"id":"57145","name":"*","chunks":[],"async":false}},"3170":{"*":{"id":"44806","name":"*","chunks":[],"async":false}},"3222":{"*":{"id":"57722","name":"*","chunks":[],"async":false}},"3367":{"*":{"id":"28975","name":"*","chunks":[],"async":false}},"3439":{"*":{"id":"84719","name":"*","chunks":[],"async":false}},"3453":{"*":{"id":"43497","name":"*","chunks":[],"async":false}},"3461":{"*":{"id":"56115","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3876":{"*":{"id":"87136","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4074":{"*":{"id":"20588","name":"*","chunks":[],"async":false}},"4202":{"*":{"id":"82686","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"4486":{"*":{"id":"87072","name":"*","chunks":[],"async":false}},"5259":{"*":{"id":"31283","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7897":{"*":{"id":"923","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8715":{"*":{"id":"78233","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"9955":{"*":{"id":"54359","name":"*","chunks":[],"async":false}},"9957":{"*":{"id":"46255","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--CjtizKLK3s08esa00wWI0--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e009a29a8139b7cb.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-a027f64b1a9bf4e5.js" async=""></script><script src="/_next/static/chunks/4244-0a98cf2e73799efe.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-239cdcb35472d644.js" async=""></script><script src="/_next/static/chunks/app/callback/page-2ac998ca8e1c4fb2.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen flex items-center justify-center bg-bg"><div class="text-center p-8"><div class="size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center"><span class="material-symbols-outlined text-3xl text-primary animate-spin">progress_activity</span></div><p class="text-text-muted">Loading...</p></div></div><!--/$--><!--$--><!--/$--><script src="/_next/static/chunks/webpack-e009a29a8139b7cb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"ThemeProvider\"]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[1959,[],\"ClientPageRoot\"]\n6:I[3453,[\"7852\",\"static/chunks/app/callback/page-2ac998ca8e1c4fb2.js\"],\"default\"]\n9:I[4431,[],\"OutletBoundary\"]\nb:I[5278,[],\"AsyncMetadataOutlet\"]\nd:I[4431,[],\"ViewportBoundary\"]\nf:I[4431,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"CjtizKLK3s08esa00wWI0\",\"p\":\"\",\"c\":[\"\",\"callback\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"callback\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"callback\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[622,[],\"IconMark\"]\nc:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L13\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--jTOq4rGDmshmQFiyCGWaU--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5865472aea7b6340.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-cba200dfd971f126.js" async=""></script><script src="/_next/static/chunks/2819-00dd2839ed1323e4.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js" async=""></script><script src="/_next/static/chunks/app/callback/page-2ac998ca8e1c4fb2.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen flex items-center justify-center bg-bg"><div class="text-center p-8"><div class="size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center"><span class="material-symbols-outlined text-3xl text-primary animate-spin">progress_activity</span></div><p class="text-text-muted">Loading...</p></div></div><!--/$--><!--$--><!--/$--><script src="/_next/static/chunks/webpack-5865472aea7b6340.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"ThemeProvider\",1]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[1959,[],\"ClientPageRoot\"]\n6:I[3453,[\"7852\",\"static/chunks/app/callback/page-2ac998ca8e1c4fb2.js\"],\"default\"]\n9:I[4431,[],\"OutletBoundary\"]\nb:I[5278,[],\"AsyncMetadataOutlet\"]\nd:I[4431,[],\"ViewportBoundary\"]\nf:I[4431,[],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"jTOq4rGDmshmQFiyCGWaU\",\"p\":\"\",\"c\":[\"\",\"callback\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"callback\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"callback\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}],null,[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[622,[],\"IconMark\"]\nc:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L13\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"ThemeProvider"]
2
+ 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"ThemeProvider",1]
3
3
  3:I[9766,[],""]
4
4
  4:I[8924,[],""]
5
5
  5:I[1959,[],"ClientPageRoot"]
@@ -12,7 +12,7 @@ f:I[4431,[],"MetadataBoundary"]
12
12
  12:I[7150,[],""]
13
13
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
14
  :HL["/_next/static/css/d88eaa46491bd5c8.css","style"]
15
- 0:{"P":null,"b":"CjtizKLK3s08esa00wWI0","p":"","c":["","callback"],"i":false,"f":[[["",{"children":["callback",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["callback",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","searchParams":{},"params":{},"promises":["$@7","$@8"]}],null,["$","$L9",null,{"children":["$La",["$","$Lb",null,{"promise":"$@c"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Ld",null,{"children":"$Le"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Lf",null,{"children":["$","div",null,{"hidden":true,"children":["$","$10",null,{"fallback":null,"children":"$L11"}]}]}]]}],false]],"m":"$undefined","G":["$12",[]],"s":false,"S":true}
15
+ 0:{"P":null,"b":"jTOq4rGDmshmQFiyCGWaU","p":"","c":["","callback"],"i":false,"f":[[["",{"children":["callback",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["callback",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","searchParams":{},"params":{},"promises":["$@7","$@8"]}],null,["$","$L9",null,{"children":["$La",["$","$Lb",null,{"promise":"$@c"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Ld",null,{"children":"$Le"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Lf",null,{"children":["$","div",null,{"hidden":true,"children":["$","$10",null,{"fallback":null,"children":"$L11"}]}]}]]}],false]],"m":"$undefined","G":["$12",[]],"s":false,"S":true}
16
16
  7:{}
17
17
  8:"$0:f:0:1:2:children:2:children:1:props:children:0:props:params"
18
18
  e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -1 +1 @@
1
- <!DOCTYPE html><!--CjtizKLK3s08esa00wWI0--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e009a29a8139b7cb.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-a027f64b1a9bf4e5.js" async=""></script><script src="/_next/static/chunks/4244-0a98cf2e73799efe.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-239cdcb35472d644.js" async=""></script><script src="/_next/static/chunks/5239-248c4ce6377cd214.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-9009a2a4fdcd878c.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] fill-1">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] fill-1">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">CLI Tools</h1><p class="text-sm text-text-muted">Configure CLI tools</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="flex flex-col gap-6"><div class="flex flex-col gap-4"><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-e009a29a8139b7cb.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"ThemeProvider\"]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-239cdcb35472d644.js\"],\"default\"]\n7:I[4431,[],\"OutletBoundary\"]\n9:I[5278,[],\"AsyncMetadataOutlet\"]\nb:I[4431,[],\"ViewportBoundary\"]\nd:I[4431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"CjtizKLK3s08esa00wWI0\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"cli-tools\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"cli-tools\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"cli-tools\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[\"$L6\",null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"11:I[6445,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"5239\",\"static/chunks/5239-248c4ce6377cd214.js\",\"9955\",\"static/chunks/9955-a027f64b1a9bf4e5.js\",\"4244\",\"static/chunks/4244-0a98cf2e73799efe.js\",\"2326\",\"static/chunks/app/(dashboard)/dashboard/cli-tools/page-9009a2a4fdcd878c.js\"],\"default\"]\n6:[\"$\",\"$L11\",null,{\"machineId\":\"6581be4f05a82b6b\"}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"12:I[622,[],\"IconMark\"]\na:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L12\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--jTOq4rGDmshmQFiyCGWaU--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d88eaa46491bd5c8.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-5865472aea7b6340.js"/><script src="/_next/static/chunks/4bd1b696-f785427dddbba9fb.js" async=""></script><script src="/_next/static/chunks/1255-9494d7e861e97d68.js" async=""></script><script src="/_next/static/chunks/main-app-1a9105a16c026010.js" async=""></script><script src="/_next/static/chunks/1760-b91a44d089080cde.js" async=""></script><script src="/_next/static/chunks/9955-cba200dfd971f126.js" async=""></script><script src="/_next/static/chunks/2819-00dd2839ed1323e4.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js" async=""></script><script src="/_next/static/chunks/5239-248c4ce6377cd214.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-1ef1ec29086061fd.js" async=""></script><meta name="next-size-adjust" content=""/><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><title>9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&amp;display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen w-full overflow-hidden bg-bg"><div class="hidden lg:flex"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] fill-1">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><div class="fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out -translate-x-full"><aside class="flex w-72 flex-col border-r border-border bg-sidebar transition-colors duration-300"><div class="p-8"><a class="flex items-center gap-3" href="/dashboard"><div class="flex items-center justify-center size-9 rounded bg-gradient-to-br from-[#f97815] to-[#c2590a]"><span class="material-symbols-outlined text-white text-[20px]">hub</span></div><h1 class="text-lg font-semibold tracking-tight text-text-main">Endpoint Proxy</h1></a></div><nav class="flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar"><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/endpoint"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">api</span><span class="text-sm font-medium">Endpoint</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/providers"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">dns</span><span class="text-sm font-medium">Providers</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/combos"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">layers</span><span class="text-sm font-medium">Combos</span></a><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group bg-surface text-primary shadow-sm border border-border" href="/dashboard/cli-tools"><span class="material-symbols-outlined text-[20px] fill-1">terminal</span><span class="text-sm font-medium">CLI Tools</span></a><div class="pt-6 mt-2"><p class="px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-3">System</p><a class="flex items-center gap-3 px-4 py-3 rounded-lg transition-all group text-text-muted hover:bg-surface/50 hover:text-text-main" href="/dashboard/profile"><span class="material-symbols-outlined text-[20px] group-hover:text-primary transition-colors">settings</span><span class="text-sm font-medium">Settings</span></a></div></nav><div class="p-4 border-t border-border"><div class="flex items-start gap-3 p-3 rounded-xl bg-surface border border-border mb-3"><div class="flex items-center justify-center size-8 rounded-lg bg-blue-500/10 text-blue-500 shrink-0 mt-0.5"><span class="material-symbols-outlined text-[18px]">info</span></div><div class="flex flex-col"><span class="text-xs font-medium text-text-main leading-relaxed">Service is running in terminal. You can close this web page. Shutdown will stop the service.</span></div></div><button class="inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer active:scale-[0.98] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100 border border-border text-text-main hover:bg-black/5 h-10 px-5 text-sm rounded-lg w-full text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300"><span class="material-symbols-outlined text-[18px]">power_settings_new</span>Shutdown</button></div></aside></div><main class="flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300"><header class="flex items-center justify-between px-8 py-5 border-b border-border bg-bg/80 backdrop-blur-md z-10 sticky top-0"><div class="flex items-center gap-3 lg:hidden"><button class="text-text-main hover:text-primary transition-colors"><span class="material-symbols-outlined">menu</span></button></div><div class="hidden lg:flex flex-col"><div><h1 class="text-2xl font-semibold text-text-main tracking-tight">CLI Tools</h1><p class="text-sm text-text-muted">Configure CLI tools</p></div></div><div class="flex items-center gap-3 ml-auto"><button class="flex items-center justify-center size-10 rounded-full text-text-muted hover:bg-black/5 hover:text-text-main transition-colors" aria-label="Switch to dark mode" title="Switch to dark mode"><span class="material-symbols-outlined text-[22px]">dark_mode</span></button></div></header><div class="flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10"><div class="max-w-7xl mx-auto"><div class="flex flex-col gap-6"><div class="flex flex-col gap-4"><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div><div class="p-6 rounded-xl border border-border bg-surface"><div class="flex items-center justify-between mb-4"><div class="animate-pulse rounded-lg bg-border h-4 w-24"></div><div class="animate-pulse rounded-lg bg-border size-10 rounded-lg"></div></div><div class="animate-pulse rounded-lg bg-border h-8 w-16 mb-2"></div><div class="animate-pulse rounded-lg bg-border h-3 w-20"></div></div></div></div><!--$--><!--/$--></div></div></main></div><script src="/_next/static/chunks/webpack-5865472aea7b6340.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9955,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"ThemeProvider\",1]\n3:I[9766,[],\"\"]\n4:I[8924,[],\"\"]\n5:I[709,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js\"],\"default\",1]\n7:I[4431,[],\"OutletBoundary\"]\n9:I[5278,[],\"AsyncMetadataOutlet\"]\nb:I[4431,[],\"ViewportBoundary\"]\nd:I[4431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[7150,[],\"\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d88eaa46491bd5c8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"jTOq4rGDmshmQFiyCGWaU\",\"p\":\"\",\"c\":[\"\",\"dashboard\",\"cli-tools\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"dashboard\",{\"children\":[\"cli-tools\",{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d88eaa46491bd5c8.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1\u0026display=swap\",\"rel\":\"stylesheet\"}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"dashboard\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"cli-tools\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[\"$L6\",null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"11:I[8715,[\"1760\",\"static/chunks/1760-b91a44d089080cde.js\",\"5239\",\"static/chunks/5239-248c4ce6377cd214.js\",\"9955\",\"static/chunks/9955-cba200dfd971f126.js\",\"2819\",\"static/chunks/2819-00dd2839ed1323e4.js\",\"2326\",\"static/chunks/app/(dashboard)/dashboard/cli-tools/page-1ef1ec29086061fd.js\"],\"default\",1]\n6:[\"$\",\"$L11\",null,{\"machineId\":\"6581be4f05a82b6b\"}]\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"12:I[622,[],\"IconMark\"]\na:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L12\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
@@ -1,8 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"ThemeProvider"]
2
+ 2:I[9955,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"ThemeProvider",1]
3
3
  3:I[9766,[],""]
4
4
  4:I[8924,[],""]
5
- 5:I[709,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","9305","static/chunks/app/(dashboard)/layout-239cdcb35472d644.js"],"default"]
5
+ 5:I[709,["1760","static/chunks/1760-b91a44d089080cde.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","9305","static/chunks/app/(dashboard)/layout-65f98ae0eccfc7b8.js"],"default",1]
6
6
  7:I[4431,[],"OutletBoundary"]
7
7
  9:I[5278,[],"AsyncMetadataOutlet"]
8
8
  b:I[4431,[],"ViewportBoundary"]
@@ -11,8 +11,8 @@ e:"$Sreact.suspense"
11
11
  10:I[7150,[],""]
12
12
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/css/d88eaa46491bd5c8.css","style"]
14
- 0:{"P":null,"b":"CjtizKLK3s08esa00wWI0","p":"","c":["","dashboard","cli-tools"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["cli-tools",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["dashboard",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["cli-tools",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":["$L6",null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lb",null,{"children":"$Lc"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
15
- 11:I[6445,["1760","static/chunks/1760-b91a44d089080cde.js","5239","static/chunks/5239-248c4ce6377cd214.js","9955","static/chunks/9955-a027f64b1a9bf4e5.js","4244","static/chunks/4244-0a98cf2e73799efe.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-9009a2a4fdcd878c.js"],"default"]
14
+ 0:{"P":null,"b":"jTOq4rGDmshmQFiyCGWaU","p":"","c":["","dashboard","cli-tools"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["dashboard",{"children":["cli-tools",{"children":["__PAGE__",{}]}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d88eaa46491bd5c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap","rel":"stylesheet"}],["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}]]}],["$","body",null,{"className":"__variable_f367f3 font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["dashboard",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["cli-tools",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":["$L6",null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lb",null,{"children":"$Lc"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
15
+ 11:I[8715,["1760","static/chunks/1760-b91a44d089080cde.js","5239","static/chunks/5239-248c4ce6377cd214.js","9955","static/chunks/9955-cba200dfd971f126.js","2819","static/chunks/2819-00dd2839ed1323e4.js","2326","static/chunks/app/(dashboard)/dashboard/cli-tools/page-1ef1ec29086061fd.js"],"default",1]
16
16
  6:["$","$L11",null,{"machineId":"6581be4f05a82b6b"}]
17
17
  c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
18
18
  8:null