bluekiwi 1.1.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -0
- package/dist/assets/app-runtime/.next/BUILD_ID +1 -1
- package/dist/assets/app-runtime/.next/app-path-routes-manifest.json +5 -5
- package/dist/assets/app-runtime/.next/build-manifest.json +2 -2
- package/dist/assets/app-runtime/.next/prerender-manifest.json +3 -3
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/start/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/version/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js +5 -5
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js +5 -5
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js +5 -5
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js +5 -5
- package/dist/assets/app-runtime/.next/server/app/change-password.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app-paths-manifest.json +5 -5
- package/dist/assets/app-runtime/.next/server/chunks/2624.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/4024.js +1 -1
- package/dist/assets/app-runtime/.next/server/middleware-build-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/pages/404.html +1 -1
- package/dist/assets/app-runtime/.next/server/pages/500.html +1 -1
- package/dist/assets/app-runtime/.next/server/server-reference-manifest.json +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/{7552-67667f5f15d4f961.js → 7552-aa220264909ca9d9.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/{9243-34655a593a6aa471.js → 9243-9c99cc0df75c9121.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/instructions/{page-0aa5fcbf056c7144.js → page-dd25654a8191a638.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/{layout-64cb9b84079366f9.js → layout-d7f54b544bb8d2df.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/[id]/{page-29349afdbe6e318f.js → page-e88075977b43a9d5.js} +1 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/index.js +1 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/package.json +42 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/versions.json +30 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/index.js +1 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/package.json +42 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/versions.json +30 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/LICENSE +191 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/package.json +46 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/LICENSE +191 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/package.json +46 -0
- package/dist/assets/app-runtime/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/dist/assets/app-runtime/package.json +1 -1
- package/dist/runtimes/antigravity.js +14 -0
- package/dist/runtimes/claude-code.js +10 -62
- package/dist/runtimes/claude-desktop.js +16 -0
- package/dist/runtimes/cline.js +16 -0
- package/dist/runtimes/codex.js +8 -24
- package/dist/runtimes/continue.js +68 -0
- package/dist/runtimes/cursor.js +14 -0
- package/dist/runtimes/detect.js +24 -0
- package/dist/runtimes/gemini-cli.js +9 -61
- package/dist/runtimes/goose.js +109 -0
- package/dist/runtimes/jetbrains.js +50 -0
- package/dist/runtimes/json-mcp.js +93 -0
- package/dist/runtimes/openclaw.js +9 -61
- package/dist/runtimes/opencode.js +9 -61
- package/dist/runtimes/platform-paths.js +57 -0
- package/dist/runtimes/roo-code.js +15 -0
- package/dist/runtimes/skills-helper.js +31 -0
- package/dist/runtimes/trae.js +16 -0
- package/dist/runtimes/vscode.js +19 -0
- package/dist/runtimes/windsurf.js +15 -0
- package/dist/runtimes/zed.js +16 -0
- package/package.json +6 -3
- /package/dist/assets/app-runtime/.next/static/{hqMZcC_as2uhicKR6YANm → UVzMOjly0ACJRK3vNndFP}/_buildManifest.js +0 -0
- /package/dist/assets/app-runtime/.next/static/{hqMZcC_as2uhicKR6YANm → UVzMOjly0ACJRK3vNndFP}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
BlueKiwi CLI installs the BlueKiwi MCP client and bundled skills into supported
|
|
4
4
|
agent runtimes.
|
|
5
5
|
|
|
6
|
+
## Supported runtimes
|
|
7
|
+
|
|
8
|
+
The CLI ships 17 runtime adapters out of the box:
|
|
9
|
+
|
|
10
|
+
| Runtime | `--runtime` id | Notes |
|
|
11
|
+
| ------------------ | ---------------- | -------------------------------------------------------------------------------- |
|
|
12
|
+
| Claude Code | `claude-code` | Native skills support. |
|
|
13
|
+
| Claude Desktop | `claude-desktop` | Native skills support (`Skills/` subdir). |
|
|
14
|
+
| Codex CLI | `codex` | TOML config with managed `[mcp_servers.bluekiwi]` section. |
|
|
15
|
+
| Gemini CLI | `gemini-cli` | Native skills support. |
|
|
16
|
+
| OpenCode | `opencode` | Native skills support. |
|
|
17
|
+
| OpenClaw | `openclaw` | Native skills support. |
|
|
18
|
+
| Cursor | `cursor` | |
|
|
19
|
+
| Antigravity | `antigravity` | Google Antigravity IDE. |
|
|
20
|
+
| Windsurf | `windsurf` | Codeium Windsurf IDE. |
|
|
21
|
+
| Cline (VS Code) | `cline` | VS Code extension `saoudrizwan.claude-dev`. |
|
|
22
|
+
| Roo Code (VS Code) | `roo-code` | VS Code extension `rooveterinaryinc.roo-cline`. |
|
|
23
|
+
| VS Code (Copilot) | `vscode` | Uses top-level `servers` key + `type: "stdio"`. |
|
|
24
|
+
| Continue.dev | `continue` | Standalone YAML file under `~/.continue/mcpServers/`. |
|
|
25
|
+
| Zed | `zed` | Uses `context_servers` key (not `mcpServers`). |
|
|
26
|
+
| Goose | `goose` | YAML with sentinel-delimited managed block. |
|
|
27
|
+
| JetBrains AI | `jetbrains` | Fan-out: writes to every installed IntelliJ/PyCharm/WebStorm/Rider/… config dir. |
|
|
28
|
+
| Trae | `trae` | Global `mcp.json` path is best-effort (not officially documented by Trae). |
|
|
29
|
+
|
|
30
|
+
Run `bluekiwi runtimes` to see which of these are detected on your machine, or
|
|
31
|
+
`bluekiwi runtimes add <id>` to install into a specific one.
|
|
32
|
+
|
|
33
|
+
### Adapter strategy
|
|
34
|
+
|
|
35
|
+
13 adapters share the same `JsonMcpAdapter` base class and are declared in a
|
|
36
|
+
single constructor call (see `src/runtimes/*.ts`). Adding a new JSON-based
|
|
37
|
+
runtime typically takes ~15 lines. The four outliers are:
|
|
38
|
+
|
|
39
|
+
- **Codex** — TOML, merges a `[mcp_servers.bluekiwi]` section via regex.
|
|
40
|
+
- **Goose** — YAML, uses sentinel comments (`# bluekiwi:begin`/`# bluekiwi:end`) to stay idempotent without pulling in a YAML parser.
|
|
41
|
+
- **Continue.dev** — owns its own YAML file so install/uninstall is a single file write/unlink.
|
|
42
|
+
- **JetBrains** — resolves paths at call time, fanning out across every installed IDE.
|
|
43
|
+
|
|
44
|
+
### Skills installation
|
|
45
|
+
|
|
46
|
+
BlueKiwi skill bundles are installed under each adapter's `skills` directory
|
|
47
|
+
and all bundle names are prefixed with `bk-` so prune/uninstall can safely
|
|
48
|
+
identify BlueKiwi-managed files without touching the user's other skills.
|
|
49
|
+
Runtimes that natively scan a skills directory (Claude Code, Claude Desktop,
|
|
50
|
+
Codex, Gemini, OpenCode, OpenClaw) pick them up as slash commands; other IDEs
|
|
51
|
+
receive the files but do not auto-load them today.
|
|
52
|
+
|
|
6
53
|
## Local runtime (Beta)
|
|
7
54
|
|
|
8
55
|
The CLI can also manage a local BlueKiwi runtime backed by SQLite.
|
|
@@ -26,3 +73,15 @@ For packaged quickstart builds, generate the standalone app bundle first:
|
|
|
26
73
|
```bash
|
|
27
74
|
npm run build:cli
|
|
28
75
|
```
|
|
76
|
+
|
|
77
|
+
## Development
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
npm install # installs vitest + typescript
|
|
81
|
+
npm run build # tsc + asset bundling
|
|
82
|
+
npm test # runs the 115-test Vitest suite
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
The test suite covers every adapter's install/uninstall round-trip and
|
|
86
|
+
idempotency semantics. See `tests/json-adapters.test.ts`,
|
|
87
|
+
`tests/custom-adapters.test.ts`, and `tests/skills-helper.test.ts`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
UVzMOjly0ACJRK3vNndFP
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"/api/tasks/[id]/respond/route": "/api/tasks/[id]/respond",
|
|
30
30
|
"/api/tasks/[id]/rewind/route": "/api/tasks/[id]/rewind",
|
|
31
31
|
"/api/tasks/[id]/visual/route": "/api/tasks/[id]/visual",
|
|
32
|
+
"/api/apikeys/route": "/api/apikeys",
|
|
33
|
+
"/api/apikeys/[id]/route": "/api/apikeys/[id]",
|
|
32
34
|
"/api/auth/me/groups/route": "/api/auth/me/groups",
|
|
33
35
|
"/api/credentials/[id]/reveal/route": "/api/credentials/[id]/reveal",
|
|
34
|
-
"/api/apikeys/[id]/route": "/api/apikeys/[id]",
|
|
35
|
-
"/api/apikeys/route": "/api/apikeys",
|
|
36
36
|
"/api/credentials/[id]/shares/[groupId]/route": "/api/credentials/[id]/shares/[groupId]",
|
|
37
37
|
"/api/credentials/[id]/route": "/api/credentials/[id]",
|
|
38
38
|
"/api/credentials/[id]/shares/route": "/api/credentials/[id]/shares",
|
|
@@ -50,19 +50,19 @@
|
|
|
50
50
|
"/api/instructions/route": "/api/instructions",
|
|
51
51
|
"/api/settings/groups/[id]/members/route": "/api/settings/groups/[id]/members",
|
|
52
52
|
"/api/settings/groups/[id]/route": "/api/settings/groups/[id]",
|
|
53
|
-
"/api/settings/groups/route": "/api/settings/groups",
|
|
54
53
|
"/api/report/route": "/api/report",
|
|
54
|
+
"/api/settings/groups/route": "/api/settings/groups",
|
|
55
55
|
"/api/tasks/[id]/findings/route": "/api/tasks/[id]/findings",
|
|
56
56
|
"/api/tasks/[id]/route": "/api/tasks/[id]",
|
|
57
57
|
"/api/tasks/route": "/api/tasks",
|
|
58
58
|
"/api/tasks/timeout-stale/route": "/api/tasks/timeout-stale",
|
|
59
|
-
"/api/version/route": "/api/version",
|
|
60
59
|
"/api/tasks/start/route": "/api/tasks/start",
|
|
61
60
|
"/api/users/route": "/api/users",
|
|
61
|
+
"/api/version/route": "/api/version",
|
|
62
62
|
"/api/workflows/[id]/activate/route": "/api/workflows/[id]/activate",
|
|
63
63
|
"/api/workflows/[id]/deactivate/route": "/api/workflows/[id]/deactivate",
|
|
64
|
-
"/api/workflows/[id]/export/route": "/api/workflows/[id]/export",
|
|
65
64
|
"/api/users/[id]/route": "/api/users/[id]",
|
|
65
|
+
"/api/workflows/[id]/export/route": "/api/workflows/[id]/export",
|
|
66
66
|
"/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route": "/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]",
|
|
67
67
|
"/api/workflows/[id]/node-items/[nodeId]/attachments/route": "/api/workflows/[id]/node-items/[nodeId]/attachments",
|
|
68
68
|
"/api/workflows/[id]/node-items/[nodeId]/route": "/api/workflows/[id]/node-items/[nodeId]",
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
],
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"lowPriorityFiles": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/UVzMOjly0ACJRK3vNndFP/_buildManifest.js",
|
|
8
|
+
"static/UVzMOjly0ACJRK3vNndFP/_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": "
|
|
130
|
-
"previewModeSigningKey": "
|
|
131
|
-
"previewModeEncryptionKey": "
|
|
129
|
+
"previewModeId": "94b53ed756fe0e30fca98e0e470adc0d",
|
|
130
|
+
"previewModeSigningKey": "f933672fbb3ba2821042ff79a5a18bbf75fad94d9a6caba31682f8cfb0e2883f",
|
|
131
|
+
"previewModeEncryptionKey": "af32db46d6f8d9021bf945cab613886642e795debeb2218481843c92166b33c7"
|
|
132
132
|
}
|
|
133
133
|
}
|
package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/credentials/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"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}},"60711":{"*":{"id":"73152","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"3985","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","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":"92442","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-3fea55936dac2ff8.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-3fea55936dac2ff8.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-3fea55936dac2ff8.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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-3fea55936dac2ff8.js","7552","static/chunks/7552-67667f5f15d4f961.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":60711,"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-3fea55936dac2ff8.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":62929,"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/2bc6b6e35d293c50.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":{"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}},"60711":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","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":{"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}},"60711":{"*":{"id":"73152","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"3985","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","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":"92442","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-3fea55936dac2ff8.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-3fea55936dac2ff8.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-3fea55936dac2ff8.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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-3fea55936dac2ff8.js","7552","static/chunks/7552-aa220264909ca9d9.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":60711,"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-3fea55936dac2ff8.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":62929,"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/2bc6b6e35d293c50.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":{"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}},"60711":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","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":{}};
|
package/dist/assets/app-runtime/.next/server/app/(app)/docs/page_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(app)/docs/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"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}},"60711":{"*":{"id":"73152","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"3985","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","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":"92442","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-3fea55936dac2ff8.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-3fea55936dac2ff8.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-3fea55936dac2ff8.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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":60711,"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-3fea55936dac2ff8.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":62929,"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/2bc6b6e35d293c50.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":{"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}},"60711":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","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":{"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}},"60711":{"*":{"id":"73152","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"3985","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","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":"92442","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-3fea55936dac2ff8.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-3fea55936dac2ff8.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-3fea55936dac2ff8.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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":60711,"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-3fea55936dac2ff8.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":62929,"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/2bc6b6e35d293c50.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":{"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}},"60711":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","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":{"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}},"60711":{"*":{"id":"73152","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"3985","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","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":"92442","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-3fea55936dac2ff8.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-3fea55936dac2ff8.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-3fea55936dac2ff8.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-64cb9b84079366f9.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":60711,"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","5751","static/chunks/5751-1d0ed4353025d40c.js","6073","static/chunks/6073-62ed9e571ecaf523.js","8920","static/chunks/8920-3a6e8e66a1cb7a75.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4663","static/chunks/4663-2b5d2783b27c738c.js","8757","static/chunks/app/(app)/instructions/page-0aa5fcbf056c7144.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-3fea55936dac2ff8.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":62929,"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/2bc6b6e35d293c50.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":{"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}},"60711":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","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":{"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}},"60711":{"*":{"id":"73152","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"3985","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","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":"92442","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-3fea55936dac2ff8.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-3fea55936dac2ff8.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-3fea55936dac2ff8.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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","4319","static/chunks/4319-c621f9e5059ef246.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4944","static/chunks/app/(app)/layout-d7f54b544bb8d2df.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":60711,"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","5751","static/chunks/5751-1d0ed4353025d40c.js","6073","static/chunks/6073-62ed9e571ecaf523.js","8920","static/chunks/8920-3a6e8e66a1cb7a75.js","2360","static/chunks/2360-3fea55936dac2ff8.js","4663","static/chunks/4663-2b5d2783b27c738c.js","8757","static/chunks/app/(app)/instructions/page-dd25654a8191a638.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-3fea55936dac2ff8.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":62929,"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/2bc6b6e35d293c50.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":{"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}},"60711":{"*":{"id":"22091","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62929":{"*":{"id":"41482","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","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":{}};
|