bluekiwi 1.0.0 → 1.0.2

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 (117) hide show
  1. package/dist/assets/app-runtime/.next/BUILD_ID +1 -1
  2. package/dist/assets/app-runtime/.next/app-path-routes-manifest.json +5 -5
  3. package/dist/assets/app-runtime/.next/build-manifest.json +2 -2
  4. package/dist/assets/app-runtime/.next/prerender-manifest.json +3 -3
  5. package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page_client-reference-manifest.js +1 -1
  6. package/dist/assets/app-runtime/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -1
  7. package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page_client-reference-manifest.js +1 -1
  8. package/dist/assets/app-runtime/.next/server/app/(app)/page_client-reference-manifest.js +1 -1
  9. package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page_client-reference-manifest.js +1 -1
  10. package/dist/assets/app-runtime/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -1
  11. package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js +2 -2
  12. package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page_client-reference-manifest.js +1 -1
  13. package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page_client-reference-manifest.js +1 -1
  14. package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page_client-reference-manifest.js +1 -1
  15. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page_client-reference-manifest.js +1 -1
  16. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page_client-reference-manifest.js +1 -1
  17. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page_client-reference-manifest.js +1 -1
  18. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page_client-reference-manifest.js +1 -1
  19. package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page_client-reference-manifest.js +1 -1
  20. package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page_client-reference-manifest.js +1 -1
  21. package/dist/assets/app-runtime/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
  22. package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page_client-reference-manifest.js +1 -1
  23. package/dist/assets/app-runtime/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  24. package/dist/assets/app-runtime/.next/server/app/_global-error.html +1 -1
  25. package/dist/assets/app-runtime/.next/server/app/_global-error.rsc +1 -1
  26. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  27. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  28. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  29. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  30. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  31. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  32. package/dist/assets/app-runtime/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  33. package/dist/assets/app-runtime/.next/server/app/_not-found.html +1 -1
  34. package/dist/assets/app-runtime/.next/server/app/_not-found.rsc +4 -4
  35. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
  36. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  37. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
  38. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  39. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  40. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  41. package/dist/assets/app-runtime/.next/server/app/api/docs/route.js +1 -1
  42. package/dist/assets/app-runtime/.next/server/app/api/version/route.js +1 -1
  43. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js +3 -3
  44. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/route.js +24 -2
  45. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/route.js +3 -3
  46. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/route.js +3 -3
  47. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/route.js +3 -3
  48. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js +3 -3
  49. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js +3 -3
  50. package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js +3 -3
  51. package/dist/assets/app-runtime/.next/server/app/change-password.html +1 -1
  52. package/dist/assets/app-runtime/.next/server/app/change-password.rsc +5 -5
  53. package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password/__PAGE__.segment.rsc +2 -2
  54. package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password.segment.rsc +1 -1
  55. package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp.segment.rsc +1 -1
  56. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_full.segment.rsc +5 -5
  57. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_head.segment.rsc +1 -1
  58. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_index.segment.rsc +4 -4
  59. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_tree.segment.rsc +2 -2
  60. package/dist/assets/app-runtime/.next/server/app/login.html +1 -1
  61. package/dist/assets/app-runtime/.next/server/app/login.rsc +5 -5
  62. package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +2 -2
  63. package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
  64. package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
  65. package/dist/assets/app-runtime/.next/server/app/login.segments/_full.segment.rsc +5 -5
  66. package/dist/assets/app-runtime/.next/server/app/login.segments/_head.segment.rsc +1 -1
  67. package/dist/assets/app-runtime/.next/server/app/login.segments/_index.segment.rsc +4 -4
  68. package/dist/assets/app-runtime/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  69. package/dist/assets/app-runtime/.next/server/app/setup.html +1 -1
  70. package/dist/assets/app-runtime/.next/server/app/setup.rsc +5 -5
  71. package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup/__PAGE__.segment.rsc +2 -2
  72. package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup.segment.rsc +1 -1
  73. package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp.segment.rsc +1 -1
  74. package/dist/assets/app-runtime/.next/server/app/setup.segments/_full.segment.rsc +5 -5
  75. package/dist/assets/app-runtime/.next/server/app/setup.segments/_head.segment.rsc +1 -1
  76. package/dist/assets/app-runtime/.next/server/app/setup.segments/_index.segment.rsc +4 -4
  77. package/dist/assets/app-runtime/.next/server/app/setup.segments/_tree.segment.rsc +2 -2
  78. package/dist/assets/app-runtime/.next/server/app-paths-manifest.json +5 -5
  79. package/dist/assets/app-runtime/.next/server/chunks/5589.js +1 -1
  80. package/dist/assets/app-runtime/.next/server/middleware-build-manifest.js +1 -1
  81. package/dist/assets/app-runtime/.next/server/pages/404.html +1 -1
  82. package/dist/assets/app-runtime/.next/server/pages/500.html +1 -1
  83. package/dist/assets/app-runtime/.next/server/server-reference-manifest.json +1 -1
  84. package/dist/assets/app-runtime/.next/static/chunks/2360-700bed9702498e75.js +1 -0
  85. package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/[id]/page-6ee82fd8d4846a20.js +1 -0
  86. package/dist/assets/app-runtime/.next/static/css/952cb3c9f60212bb.css +1 -0
  87. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/index.js +1 -0
  88. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
  89. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/package.json +42 -0
  90. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/versions.json +30 -0
  91. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/index.js +1 -0
  92. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
  93. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/package.json +42 -0
  94. package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/versions.json +30 -0
  95. package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/LICENSE +191 -0
  96. package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node +0 -0
  97. package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/package.json +46 -0
  98. package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/LICENSE +191 -0
  99. package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node +0 -0
  100. package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/package.json +46 -0
  101. package/dist/assets/app-runtime/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
  102. package/dist/assets/app-runtime/package.json +1 -1
  103. package/dist/assets/app-runtime/public/vs/components.css +74 -0
  104. package/dist/assets/app-runtime/public/vs/helper.js +222 -4
  105. package/dist/assets/mcp/server.js +170 -15
  106. package/dist/assets/skills/bk-approve/SKILL.md +4 -1
  107. package/dist/assets/skills/bk-design/SKILL.md +32 -1
  108. package/dist/assets/skills/bk-import/SKILL.md +9 -0
  109. package/dist/assets/skills/bk-improve/SKILL.md +14 -1
  110. package/dist/assets/skills/bk-report/SKILL.md +3 -0
  111. package/dist/assets/skills/bk-start/SKILL.md +17 -5
  112. package/package.json +1 -1
  113. package/dist/assets/app-runtime/.next/static/chunks/2360-427bd488d3bc84d6.js +0 -1
  114. package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/[id]/page-8726b5510afdedc6.js +0 -1
  115. package/dist/assets/app-runtime/.next/static/css/b77883937a8c6781.css +0 -1
  116. /package/dist/assets/app-runtime/.next/static/{4ckDprU-RjLGobyyuJmlu → jRuOx8WAJIc2vVfC9BMty}/_buildManifest.js +0 -0
  117. /package/dist/assets/app-runtime/.next/static/{4ckDprU-RjLGobyyuJmlu → jRuOx8WAJIc2vVfC9BMty}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- 4ckDprU-RjLGobyyuJmlu
1
+ jRuOx8WAJIc2vVfC9BMty
@@ -28,12 +28,12 @@
28
28
  "/api/tasks/[id]/respond/route": "/api/tasks/[id]/respond",
29
29
  "/api/tasks/[id]/rewind/route": "/api/tasks/[id]/rewind",
30
30
  "/api/tasks/[id]/visual/route": "/api/tasks/[id]/visual",
31
- "/api/auth/me/groups/route": "/api/auth/me/groups",
32
31
  "/api/apikeys/route": "/api/apikeys",
32
+ "/api/auth/me/groups/route": "/api/auth/me/groups",
33
33
  "/api/apikeys/[id]/route": "/api/apikeys/[id]",
34
34
  "/api/credentials/[id]/reveal/route": "/api/credentials/[id]/reveal",
35
- "/api/credentials/[id]/shares/[groupId]/route": "/api/credentials/[id]/shares/[groupId]",
36
35
  "/api/credentials/[id]/route": "/api/credentials/[id]",
36
+ "/api/credentials/[id]/shares/[groupId]/route": "/api/credentials/[id]/shares/[groupId]",
37
37
  "/api/credentials/[id]/shares/route": "/api/credentials/[id]/shares",
38
38
  "/api/credentials/[id]/transfer/route": "/api/credentials/[id]/transfer",
39
39
  "/api/credentials/route": "/api/credentials",
@@ -60,15 +60,15 @@
60
60
  "/api/users/route": "/api/users",
61
61
  "/api/workflows/[id]/activate/route": "/api/workflows/[id]/activate",
62
62
  "/api/workflows/[id]/deactivate/route": "/api/workflows/[id]/deactivate",
63
- "/api/users/[id]/route": "/api/users/[id]",
64
63
  "/api/workflows/[id]/export/route": "/api/workflows/[id]/export",
64
+ "/api/users/[id]/route": "/api/users/[id]",
65
65
  "/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route": "/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]",
66
66
  "/api/workflows/[id]/node-items/[nodeId]/attachments/route": "/api/workflows/[id]/node-items/[nodeId]/attachments",
67
- "/api/workflows/[id]/node-items/[nodeId]/route": "/api/workflows/[id]/node-items/[nodeId]",
68
67
  "/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route": "/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]",
68
+ "/api/workflows/[id]/node-items/[nodeId]/route": "/api/workflows/[id]/node-items/[nodeId]",
69
69
  "/api/workflows/[id]/nodes/[node_id]/attachments/route": "/api/workflows/[id]/nodes/[node_id]/attachments",
70
- "/api/workflows/[id]/nodes/[node_id]/route": "/api/workflows/[id]/nodes/[node_id]",
71
70
  "/api/workflows/[id]/nodes/route": "/api/workflows/[id]/nodes",
71
+ "/api/workflows/[id]/nodes/[node_id]/route": "/api/workflows/[id]/nodes/[node_id]",
72
72
  "/api/workflows/[id]/shares/[groupId]/route": "/api/workflows/[id]/shares/[groupId]",
73
73
  "/api/workflows/[id]/route": "/api/workflows/[id]",
74
74
  "/api/workflows/[id]/transfer/route": "/api/workflows/[id]/transfer",
@@ -4,8 +4,8 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/4ckDprU-RjLGobyyuJmlu/_buildManifest.js",
8
- "static/4ckDprU-RjLGobyyuJmlu/_ssgManifest.js"
7
+ "static/jRuOx8WAJIc2vVfC9BMty/_buildManifest.js",
8
+ "static/jRuOx8WAJIc2vVfC9BMty/_ssgManifest.js"
9
9
  ],
10
10
  "rootMainFiles": [
11
11
  "static/chunks/webpack-49017e80a77a9442.js",
@@ -126,8 +126,8 @@
126
126
  "dynamicRoutes": {},
127
127
  "notFoundRoutes": [],
128
128
  "preview": {
129
- "previewModeId": "b069fefea28c7f400c658f6b7065ca94",
130
- "previewModeSigningKey": "ab0b9874e243301e2d1601c89424cd2672a4c02bc2dd5e5133ccad18cb5927e2",
131
- "previewModeEncryptionKey": "eb1bda3f0bf97b09022068342cb677794fb217836a8ec5c4a3076c547276483b"
129
+ "previewModeId": "e764030fdb34deb2782775470112be52",
130
+ "previewModeSigningKey": "6a2e31ee2475555795f5eed371cc729cad33a211b6b2fb8329eecfae7b98a65b",
131
+ "previewModeEncryptionKey": "3f57cffaa0fc2b57f95984983131f14cad394e1359fffd94f2f536a86a5ae049"
132
132
  }
133
133
  }
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/credentials/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7552","static/chunks/7552-d94c3b82d3bd54ca.js","4138","static/chunks/app/(app)/credentials/page-5c7345b157145460.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-427bd488d3bc84d6.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/b77883937a8c6781.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page":[]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/credentials/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","2360","static/chunks/2360-700bed9702498e75.js","7552","static/chunks/7552-d94c3b82d3bd54ca.js","4138","static/chunks/app/(app)/credentials/page-5c7345b157145460.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-700bed9702498e75.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/952cb3c9f60212bb.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page":[]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/docs/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":["1059","static/chunks/app/(app)/docs/page-a15262b411b41ee3.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-427bd488d3bc84d6.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/b77883937a8c6781.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page":[{"inlined":false,"path":"static/css/7315651524789efc.css"}]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/docs/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":["1059","static/chunks/app/(app)/docs/page-a15262b411b41ee3.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-700bed9702498e75.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/952cb3c9f60212bb.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page":[{"inlined":false,"path":"static/css/7315651524789efc.css"}]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/instructions/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","9306","static/chunks/9306-bb6d68133eacdcd4.js","1339","static/chunks/1339-a4c337f9edc809df.js","2360","static/chunks/2360-427bd488d3bc84d6.js","8757","static/chunks/app/(app)/instructions/page-cd33e9e641504d73.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-427bd488d3bc84d6.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/b77883937a8c6781.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page":[]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/instructions/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","9306","static/chunks/9306-bb6d68133eacdcd4.js","1339","static/chunks/1339-a4c337f9edc809df.js","2360","static/chunks/2360-700bed9702498e75.js","8757","static/chunks/app/(app)/instructions/page-cd33e9e641504d73.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-700bed9702498e75.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/952cb3c9f60212bb.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page":[]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-427bd488d3bc84d6.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-427bd488d3bc84d6.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-427bd488d3bc84d6.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/b77883937a8c6781.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"8162":{"*":{"id":"48169","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"20346","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"66036","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"72923","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"61607","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"57031","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"29880","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"97775","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"32073","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"59433","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"88323","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"18362","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"9062","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"45729","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"71468","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"36432","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"85980","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"7109","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"53989","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"39060","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"80303","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"9402","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/globals.css":{"id":51743,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/ui/sonner.tsx":{"id":30852,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/lib/i18n/context.tsx":{"id":42360,"name":"*","chunks":["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-700bed9702498e75.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/sidebar.tsx":{"id":98638,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/layout/top-bar.tsx":{"id":70300,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/shared/command-palette.tsx":{"id":23261,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","6095","static/chunks/6095-1b7d63b0bf80dd32.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","7659","static/chunks/7659-42ae14ef25af3f5e.js","2822","static/chunks/2822-71946d77498f7610.js","600","static/chunks/600-11cf145119344519.js","7050","static/chunks/7050-edc7d05dfb4620a7.js","7533","static/chunks/7533-42c44555b23bfae4.js","8763","static/chunks/8763-ae94bc547e1b9d0c.js","2360","static/chunks/2360-700bed9702498e75.js","4944","static/chunks/app/(app)/layout-c60d30069c79db64.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/credentials/page.tsx":{"id":28648,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/docs/page.tsx":{"id":15951,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/instructions/page.tsx":{"id":8162,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page.tsx":{"id":49870,"name":"*","chunks":["8409","static/chunks/8409-f2426c4ac33918a5.js","8500","static/chunks/8500-f62a38ff68ab7f42.js","2360","static/chunks/2360-700bed9702498e75.js","9415","static/chunks/app/(app)/page-43599f508e864167.js"],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tutorial/page.tsx":{"id":83376,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/change-password/page.tsx":{"id":20055,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/invite/[token]/page.tsx":{"id":9032,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/groups/page.tsx":{"id":21306,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/settings/page.tsx":{"id":92110,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/[id]/page.tsx":{"id":84153,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/tasks/page.tsx":{"id":23994,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/edit/page.tsx":{"id":27989,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/[id]/page.tsx":{"id":9568,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/components/workflow-editor/editor.tsx":{"id":9243,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/workflows/page.tsx":{"id":66423,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/login/page.tsx":{"id":85784,"name":"*","chunks":[],"async":false},"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/setup/page.tsx":{"id":22589,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/dante/workspace/dante-code/projects/bluekiwi/src/":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/layout":[{"inlined":false,"path":"static/css/952cb3c9f60212bb.css"}],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/layout":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(app)/page":[],"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/(auth)/layout":[]},"rscModuleMapping":{"8162":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"9032":{"*":{"id":"3052","name":"*","chunks":[],"async":false}},"9243":{"*":{"id":"33341","name":"*","chunks":[],"async":false}},"9568":{"*":{"id":"59334","name":"*","chunks":[],"async":false}},"15951":{"*":{"id":"33925","name":"*","chunks":[],"async":false}},"20055":{"*":{"id":"44385","name":"*","chunks":[],"async":false}},"21306":{"*":{"id":"74946","name":"*","chunks":[],"async":false}},"22589":{"*":{"id":"5973","name":"*","chunks":[],"async":false}},"23261":{"*":{"id":"15775","name":"*","chunks":[],"async":false}},"23994":{"*":{"id":"50010","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"27989":{"*":{"id":"15541","name":"*","chunks":[],"async":false}},"28648":{"*":{"id":"22170","name":"*","chunks":[],"async":false}},"30852":{"*":{"id":"27728","name":"*","chunks":[],"async":false}},"42360":{"*":{"id":"10519","name":"*","chunks":[],"async":false}},"49870":{"*":{"id":"23627","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66423":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"70300":{"*":{"id":"45078","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"83376":{"*":{"id":"9080","name":"*","chunks":[],"async":false}},"84153":{"*":{"id":"32054","name":"*","chunks":[],"async":false}},"85784":{"*":{"id":"66426","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"92110":{"*":{"id":"68115","name":"*","chunks":[],"async":false}},"98638":{"*":{"id":"49671","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};