sparkecoder 0.1.123 → 0.1.125
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/dist/agent/index.d.ts +3 -3
- package/dist/agent/index.js +145 -71
- package/dist/agent/index.js.map +1 -1
- package/dist/cli.js +265 -131
- package/dist/cli.js.map +1 -1
- package/dist/db/index.d.ts +2 -2
- package/dist/{index-Bcz0aCAR.d.ts → index-DczYH89U.d.ts} +104 -104
- package/dist/index.d.ts +5 -5
- package/dist/index.js +188 -89
- package/dist/index.js.map +1 -1
- package/dist/{schema-BWbWmfDQ.d.ts → schema-DxrKyetI.d.ts} +3 -3
- package/dist/{search-DOzC4ojH.d.ts → search-CVVfuBPZ.d.ts} +4 -4
- package/dist/server/index.js +188 -89
- package/dist/server/index.js.map +1 -1
- package/dist/skills/default/memory.md +49 -0
- package/dist/skills/default/recording.md +2 -2
- package/dist/skills/default/skill-authoring.md +96 -0
- package/dist/tools/index.d.ts +3 -3
- package/dist/tools/index.js +12 -4
- package/dist/tools/index.js.map +1 -1
- package/package.json +1 -1
- package/src/skills/default/memory.md +49 -0
- package/src/skills/default/recording.md +2 -2
- package/src/skills/default/skill-authoring.md +96 -0
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/web/.next/server/app/(main)/agents/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/web/.next/server/app/(main)/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/web/.next/server/app/(main)/session/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/web/.next/server/app/(main)/session/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/web/.next/server/app/(main)/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/agents.html +1 -1
- package/web/.next/standalone/web/.next/server/app/agents.rsc +3 -3
- package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p/agents/__PAGE__.segment.rsc +2 -2
- package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p/agents.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/agents.segments/!KG1haW4p.segment.rsc +2 -2
- package/web/.next/standalone/web/.next/server/app/agents.segments/_full.segment.rsc +3 -3
- package/web/.next/standalone/web/.next/server/app/agents.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/agents.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/agents.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.html +2 -2
- package/web/.next/standalone/web/.next/server/app/docs/installation.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs/installation/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs/installation.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/installation.segments/docs.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.html +2 -2
- package/web/.next/standalone/web/.next/server/app/docs/skills.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs/skills/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs/skills.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/skills.segments/docs.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.html +2 -2
- package/web/.next/standalone/web/.next/server/app/docs/tools.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs/tools/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs/tools.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs/tools.segments/docs.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs.html +2 -2
- package/web/.next/standalone/web/.next/server/app/docs.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs.segments/docs/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/docs.segments/docs.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/index.html +1 -1
- package/web/.next/standalone/web/.next/server/app/index.rsc +3 -3
- package/web/.next/standalone/web/.next/server/app/index.segments/!KG1haW4p/__PAGE__.segment.rsc +2 -2
- package/web/.next/standalone/web/.next/server/app/index.segments/!KG1haW4p.segment.rsc +2 -2
- package/web/.next/standalone/web/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/web/.next/standalone/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/settings.html +1 -1
- package/web/.next/standalone/web/.next/server/app/settings.rsc +3 -3
- package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p/settings/__PAGE__.segment.rsc +2 -2
- package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p/settings.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/settings.segments/!KG1haW4p.segment.rsc +2 -2
- package/web/.next/standalone/web/.next/server/app/settings.segments/_full.segment.rsc +3 -3
- package/web/.next/standalone/web/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/settings.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_c87abaf4._.js → 2374f_12d55e68._.js} +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_1f3f2d00._.js → 2374f_1c0639c2._.js} +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_a0d5caeb._.js → 2374f_28cd6777._.js} +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_570c34dc._.js → 2374f_5f47a9b7._.js} +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_d8122230._.js → 2374f_aa218457._.js} +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_9c560f3a._.js → 2374f_f678a96f._.js} +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{2374f_38945fd9._.js → 2374f_fac4000d._.js} +1 -1
- package/web/.next/standalone/web/.next/server/chunks/ssr/{[root-of-the-server]__4de426bd._.js → [root-of-the-server]__e5911ea8._.js} +4 -4
- package/web/.next/standalone/web/.next/server/chunks/ssr/{web_62ca4286._.js → web_2966b3a3._.js} +2 -2
- package/web/.next/standalone/web/.next/server/chunks/ssr/web_4fe3c244._.js +1 -1
- package/web/.next/standalone/web/.next/server/pages/404.html +1 -1
- package/web/.next/standalone/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/standalone/web/.next/static/chunks/{91988e253d5fa420.js → 4d95c15f712c9e06.js} +5 -5
- package/web/.next/standalone/web/.next/static/chunks/780c93257fac7d43.js +1 -0
- package/web/.next/standalone/web/.next/static/static/chunks/{91988e253d5fa420.js → 4d95c15f712c9e06.js} +5 -5
- package/web/.next/standalone/web/.next/static/static/chunks/780c93257fac7d43.js +1 -0
- package/web/.next/standalone/web/src/components/chat-interface.tsx +112 -1
- package/web/.next/static/chunks/{91988e253d5fa420.js → 4d95c15f712c9e06.js} +5 -5
- package/web/.next/static/chunks/780c93257fac7d43.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/f0f19357f3fb7cf8.js +0 -1
- package/web/.next/standalone/web/.next/static/static/chunks/f0f19357f3fb7cf8.js +0 -1
- package/web/.next/static/chunks/f0f19357f3fb7cf8.js +0 -1
- /package/web/.next/standalone/web/.next/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_buildManifest.js +0 -0
- /package/web/.next/standalone/web/.next/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/standalone/web/.next/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_ssgManifest.js +0 -0
- /package/web/.next/standalone/web/.next/static/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_buildManifest.js +0 -0
- /package/web/.next/standalone/web/.next/static/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/standalone/web/.next/static/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_ssgManifest.js +0 -0
- /package/web/.next/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_buildManifest.js +0 -0
- /package/web/.next/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{MP4p8_EldjbZ69dONoEcM → qtMOCCjmqN22PUb49g4j-}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Memory
|
|
3
|
+
description: Read, update, organize, or explain durable SparkECoder memory. Load when the user asks the agent to remember something, create memory files, edit its memory, or retrieve long-term context.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Memory
|
|
7
|
+
|
|
8
|
+
SparkECoder memory is filesystem-backed markdown. Agents can read and edit it with normal file tools.
|
|
9
|
+
|
|
10
|
+
## Default Layout
|
|
11
|
+
|
|
12
|
+
- `.sparkecoder/rules/memory.md` - always-loaded memory index. Keep it short.
|
|
13
|
+
- `.sparkecoder/memory/` - detailed durable memory files.
|
|
14
|
+
|
|
15
|
+
The memory index can point to any deeper file. Create folders under `.sparkecoder/memory/` when a topic grows.
|
|
16
|
+
|
|
17
|
+
Suggested structure:
|
|
18
|
+
|
|
19
|
+
```text
|
|
20
|
+
.sparkecoder/memory/
|
|
21
|
+
preferences.md
|
|
22
|
+
project.md
|
|
23
|
+
operations.md
|
|
24
|
+
decisions/
|
|
25
|
+
integrations/
|
|
26
|
+
runbooks/
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Rules
|
|
30
|
+
|
|
31
|
+
- Do not store secrets, credentials, API keys, private tokens, or sensitive personal data.
|
|
32
|
+
- Store durable facts, preferences, architecture decisions, runbooks, and pointers.
|
|
33
|
+
- Keep `.sparkecoder/rules/memory.md` as low-token as possible. It may have `contextBudgetTokens` frontmatter; if content exceeds that budget, SparkECoder truncates it in the system prompt. A large budget is a ceiling, not a target.
|
|
34
|
+
- Put long content in `.sparkecoder/memory/**/*.md` and leave a short pointer in the index.
|
|
35
|
+
- Read existing memory before editing it.
|
|
36
|
+
- Remove or update stale memory instead of appending contradictions.
|
|
37
|
+
|
|
38
|
+
## Remember Something
|
|
39
|
+
|
|
40
|
+
1. Decide whether it belongs in the always-loaded index or a detailed memory file.
|
|
41
|
+
2. If it is short and should always be known, update `.sparkecoder/rules/memory.md`.
|
|
42
|
+
3. If it is detailed, create or edit a file under `.sparkecoder/memory/` and add only a pointer to the index.
|
|
43
|
+
4. Keep wording factual and timestamp-free unless the date is part of the durable fact.
|
|
44
|
+
|
|
45
|
+
## Retrieve Memory
|
|
46
|
+
|
|
47
|
+
1. Read `.sparkecoder/rules/memory.md`.
|
|
48
|
+
2. Follow the relevant pointer into `.sparkecoder/memory/`.
|
|
49
|
+
3. Search within `.sparkecoder/memory/` if the index points to a broad area.
|
|
@@ -51,7 +51,7 @@ sparkecoder record stop-all # stop everything (cleanup)
|
|
|
51
51
|
sparkecoder record start --dir /custom/path --name my-task
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
Storage: defaults to `~/recordings/`. Files are named `rec-<id>[-<name>]
|
|
54
|
+
Storage: defaults to `~/recordings/`. Files are named `rec-<id>[-<name>].mp4`. On macOS the helper captures a temporary `.mov` and converts it to `.mp4` when stopped.
|
|
55
55
|
|
|
56
56
|
### Why not `screencapture -V N` or raw `ffmpeg` backgrounded?
|
|
57
57
|
|
|
@@ -190,7 +190,7 @@ For a **task worker** that captured a recording, include the structured fields b
|
|
|
190
190
|
{
|
|
191
191
|
"summary": "Opened Calculator, typed 2+2, hit Return. Got 4.",
|
|
192
192
|
"recording": {
|
|
193
|
-
"path": "/Users/me/recordings/rec-abc123-calculator-demo.
|
|
193
|
+
"path": "/Users/me/recordings/rec-abc123-calculator-demo.mp4",
|
|
194
194
|
"durationSec": 42,
|
|
195
195
|
"sizeMb": 18.4,
|
|
196
196
|
"description": "Full screen recording of the Calculator interaction"
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Skill Authoring
|
|
3
|
+
description: Create, edit, debug, or explain SparkECoder skills and rules. Load when the user asks to add a skill, edit a skill, teach agents a workflow, update skill discovery, or explain where skill files live.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Skill Authoring
|
|
7
|
+
|
|
8
|
+
SparkECoder skills are filesystem-backed markdown files. Use normal file tools (`read_file`, `write_file`, `bash`) to inspect, create, edit, and verify them.
|
|
9
|
+
|
|
10
|
+
## Skill Locations
|
|
11
|
+
|
|
12
|
+
Discovery starts from the configured working directory. Higher priority wins when two skills share the same name.
|
|
13
|
+
|
|
14
|
+
1. `.sparkecoder/rules/` - always loaded into every agent turn.
|
|
15
|
+
2. `.sparkecoder/skills/` - on-demand skills for this project.
|
|
16
|
+
3. `.cursor/rules/` - Cursor-style rule files; frontmatter can make them always loaded.
|
|
17
|
+
4. `.claude/skills/` - Claude/Cursor skill directories with `SKILL.md`.
|
|
18
|
+
5. `skills/` - legacy project skills.
|
|
19
|
+
6. `src/skills/default/` - built-in SparkECoder skills shipped with this package.
|
|
20
|
+
|
|
21
|
+
Configured `skills.additionalDirectories` in `sparkecoder.config.json` are also loaded after these discovered directories.
|
|
22
|
+
|
|
23
|
+
## Preferred Placement
|
|
24
|
+
|
|
25
|
+
- Project-specific behavior: create `.sparkecoder/skills/<skill-name>.md` or `.sparkecoder/skills/<skill-name>/SKILL.md`.
|
|
26
|
+
- Always-on project guidance: create `.sparkecoder/rules/<rule-name>.md`.
|
|
27
|
+
- Built-in behavior for all SparkECoder installs: edit or add `src/skills/default/<skill-name>.md`.
|
|
28
|
+
- Legacy compatibility only: use `skills/`.
|
|
29
|
+
|
|
30
|
+
Do not create skills in Cursor's internal `~/.cursor/skills-cursor/` directory.
|
|
31
|
+
|
|
32
|
+
## File Formats
|
|
33
|
+
|
|
34
|
+
Flat markdown skill:
|
|
35
|
+
|
|
36
|
+
```markdown
|
|
37
|
+
---
|
|
38
|
+
name: Skill Name
|
|
39
|
+
description: What this skill does and when to load it.
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
# Skill Name
|
|
43
|
+
|
|
44
|
+
Instructions...
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
Directory skill:
|
|
48
|
+
|
|
49
|
+
```text
|
|
50
|
+
.sparkecoder/skills/skill-name/
|
|
51
|
+
SKILL.md
|
|
52
|
+
reference.md
|
|
53
|
+
examples.md
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Keep `SKILL.md` concise. Put long references or examples in sibling files and link to them by relative path.
|
|
57
|
+
|
|
58
|
+
## Frontmatter
|
|
59
|
+
|
|
60
|
+
Supported fields:
|
|
61
|
+
|
|
62
|
+
- `name`: Display/load name. Matching is case-insensitive.
|
|
63
|
+
- `description`: Appears in the available-skills list; include trigger terms.
|
|
64
|
+
- `alwaysApply: true`: Always inject this skill.
|
|
65
|
+
- `globs`: Auto-load when active files match patterns.
|
|
66
|
+
- `platforms`: Optional process platforms (`darwin`, `linux`, `win32`).
|
|
67
|
+
|
|
68
|
+
Example:
|
|
69
|
+
|
|
70
|
+
```markdown
|
|
71
|
+
---
|
|
72
|
+
name: React Doctor
|
|
73
|
+
description: Check React code for common bugs after UI edits. Load after changing React components, hooks, or client state.
|
|
74
|
+
globs: ["*.tsx", "*.jsx", "web/src/**"]
|
|
75
|
+
---
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## Workflow
|
|
79
|
+
|
|
80
|
+
1. Inspect existing skills with `ls` or file search before adding a new one.
|
|
81
|
+
2. Prefer editing an existing skill if it already owns the workflow.
|
|
82
|
+
3. Use a clear lowercase filename such as `skill-authoring.md`.
|
|
83
|
+
4. Write a specific description that says both what the skill does and when to load it.
|
|
84
|
+
5. Keep instructions action-oriented and repo-specific.
|
|
85
|
+
6. Verify discovery by running the focused skills tests or loading the skill by name.
|
|
86
|
+
|
|
87
|
+
## Verification
|
|
88
|
+
|
|
89
|
+
Useful checks:
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
pnpm vitest run tests/skills.test.ts
|
|
93
|
+
pnpm run typecheck
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
If you edited built-in skills, rebuild before expecting installed CLIs to see the change.
|
package/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
qtMOCCjmqN22PUb49g4j-
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
qtMOCCjmqN22PUb49g4j-
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/qtMOCCjmqN22PUb49g4j-/_ssgManifest.js",
|
|
11
|
+
"static/qtMOCCjmqN22PUb49g4j-/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
14
|
"static/chunks/651e187cc15d66de.js",
|
|
@@ -367,8 +367,8 @@
|
|
|
367
367
|
"dynamicRoutes": {},
|
|
368
368
|
"notFoundRoutes": [],
|
|
369
369
|
"preview": {
|
|
370
|
-
"previewModeId": "
|
|
371
|
-
"previewModeSigningKey": "
|
|
372
|
-
"previewModeEncryptionKey": "
|
|
370
|
+
"previewModeId": "68bdd8043d807cbc645baf27e0003bf0",
|
|
371
|
+
"previewModeSigningKey": "6f0613fb4403d9d02bd70fa432bd9ddecdfa59743e177502fd6285e341d093a9",
|
|
372
|
+
"previewModeEncryptionKey": "46934c57616d8cdcc74fce5124a3a2069d2dcd639fceb631ef8c755b90c87ca7"
|
|
373
373
|
}
|
|
374
374
|
}
|
package/web/.next/standalone/web/.next/server/app/(main)/agents/page_client-reference-manifest.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/(main)/agents/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/src/components/api-init.tsx <module evaluation>":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/components/api-init.tsx":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx <module evaluation>":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/agents/page.tsx <module evaluation>":{"id":455138,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/03b5edce6d5b809e.js"],"async":false},"[project]/web/src/app/(main)/agents/page.tsx":{"id":455138,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/03b5edce6d5b809e.js"],"async":false}},"ssrModuleMapping":{"488287":{"*":{"id":547492,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"174895":{"*":{"id":714433,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"683380":{"*":{"id":824449,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"808719":{"*":{"id":354833,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"824163":{"*":{"id":113588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"349310":{"*":{"id":913578,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"151858":{"*":{"id":633121,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"552576":{"*":{"id":261905,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__61a0b842._.js"],"async":false}},"760800":{"*":{"id":956805,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js"],"async":false}},"138134":{"*":{"id":126823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js"],"async":false}},"455138":{"*":{"id":578999,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js","server/chunks/ssr/web_f7cf6b63._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"488287":{"*":{"id":786309,"name":"*","chunks":[],"async":false}},"174895":{"*":{"id":306660,"name":"*","chunks":[],"async":false}},"683380":{"*":{"id":52093,"name":"*","chunks":[],"async":false}},"808719":{"*":{"id":156801,"name":"*","chunks":[],"async":false}},"824163":{"*":{"id":551240,"name":"*","chunks":[],"async":false}},"349310":{"*":{"id":767168,"name":"*","chunks":[],"async":false}},"151858":{"*":{"id":215798,"name":"*","chunks":[],"async":false}},"552576":{"*":{"id":463741,"name":"*","chunks":[],"async":false}},"760800":{"*":{"id":317911,"name":"*","chunks":[],"async":false}},"138134":{"*":{"id":174916,"name":"*","chunks":[],"async":false}},"455138":{"*":{"id":599772,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/web/src/app/favicon.ico":[],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/agents/page":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}]},"entryJSFiles":{"[project]/web/src/app/favicon.ico":["static/chunks/9b5512fb633ef95d.js","static/chunks/0f1cf11540868e42.js"],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":["static/chunks/b203b9aa975135d3.js"],"[project]/web/src/app/(main)/layout":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/f0f19357f3fb7cf8.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js"],"[project]/web/src/app/(main)/agents/page":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/f0f19357f3fb7cf8.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js","static/chunks/03b5edce6d5b809e.js"]}}
|
|
2
|
+
globalThis.__RSC_MANIFEST["/(main)/agents/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/src/components/api-init.tsx <module evaluation>":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/components/api-init.tsx":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx <module evaluation>":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/agents/page.tsx <module evaluation>":{"id":455138,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/03b5edce6d5b809e.js"],"async":false},"[project]/web/src/app/(main)/agents/page.tsx":{"id":455138,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/03b5edce6d5b809e.js"],"async":false}},"ssrModuleMapping":{"488287":{"*":{"id":547492,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"174895":{"*":{"id":714433,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"683380":{"*":{"id":824449,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"808719":{"*":{"id":354833,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"824163":{"*":{"id":113588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"349310":{"*":{"id":913578,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"151858":{"*":{"id":633121,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"552576":{"*":{"id":261905,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__61a0b842._.js"],"async":false}},"760800":{"*":{"id":956805,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js"],"async":false}},"138134":{"*":{"id":126823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js"],"async":false}},"455138":{"*":{"id":578999,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js","server/chunks/ssr/web_f7cf6b63._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"488287":{"*":{"id":786309,"name":"*","chunks":[],"async":false}},"174895":{"*":{"id":306660,"name":"*","chunks":[],"async":false}},"683380":{"*":{"id":52093,"name":"*","chunks":[],"async":false}},"808719":{"*":{"id":156801,"name":"*","chunks":[],"async":false}},"824163":{"*":{"id":551240,"name":"*","chunks":[],"async":false}},"349310":{"*":{"id":767168,"name":"*","chunks":[],"async":false}},"151858":{"*":{"id":215798,"name":"*","chunks":[],"async":false}},"552576":{"*":{"id":463741,"name":"*","chunks":[],"async":false}},"760800":{"*":{"id":317911,"name":"*","chunks":[],"async":false}},"138134":{"*":{"id":174916,"name":"*","chunks":[],"async":false}},"455138":{"*":{"id":599772,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/web/src/app/favicon.ico":[],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/agents/page":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}]},"entryJSFiles":{"[project]/web/src/app/favicon.ico":["static/chunks/9b5512fb633ef95d.js","static/chunks/0f1cf11540868e42.js"],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":["static/chunks/b203b9aa975135d3.js"],"[project]/web/src/app/(main)/layout":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/780c93257fac7d43.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js"],"[project]/web/src/app/(main)/agents/page":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/780c93257fac7d43.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js","static/chunks/03b5edce6d5b809e.js"]}}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/(main)/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/src/components/api-init.tsx <module evaluation>":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/components/api-init.tsx":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx <module evaluation>":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/page.tsx <module evaluation>":{"id":375635,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/c5dd884b71007965.js"],"async":false},"[project]/web/src/app/(main)/page.tsx":{"id":375635,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/f0f19357f3fb7cf8.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/c5dd884b71007965.js"],"async":false}},"ssrModuleMapping":{"488287":{"*":{"id":547492,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"174895":{"*":{"id":714433,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"683380":{"*":{"id":824449,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"808719":{"*":{"id":354833,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"824163":{"*":{"id":113588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"349310":{"*":{"id":913578,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"151858":{"*":{"id":633121,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"552576":{"*":{"id":261905,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__61a0b842._.js"],"async":false}},"760800":{"*":{"id":956805,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js"],"async":false}},"138134":{"*":{"id":126823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js"],"async":false}},"375635":{"*":{"id":908810,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js","server/chunks/ssr/web_src_app_(main)_page_tsx_5ac4794b._.js","server/chunks/ssr/web_b42ed1be._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"488287":{"*":{"id":786309,"name":"*","chunks":[],"async":false}},"174895":{"*":{"id":306660,"name":"*","chunks":[],"async":false}},"683380":{"*":{"id":52093,"name":"*","chunks":[],"async":false}},"808719":{"*":{"id":156801,"name":"*","chunks":[],"async":false}},"824163":{"*":{"id":551240,"name":"*","chunks":[],"async":false}},"349310":{"*":{"id":767168,"name":"*","chunks":[],"async":false}},"151858":{"*":{"id":215798,"name":"*","chunks":[],"async":false}},"552576":{"*":{"id":463741,"name":"*","chunks":[],"async":false}},"760800":{"*":{"id":317911,"name":"*","chunks":[],"async":false}},"138134":{"*":{"id":174916,"name":"*","chunks":[],"async":false}},"375635":{"*":{"id":535097,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/web/src/app/favicon.ico":[],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/page":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}]},"entryJSFiles":{"[project]/web/src/app/favicon.ico":["static/chunks/9b5512fb633ef95d.js","static/chunks/0f1cf11540868e42.js"],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":["static/chunks/b203b9aa975135d3.js"],"[project]/web/src/app/(main)/layout":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/f0f19357f3fb7cf8.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js"],"[project]/web/src/app/(main)/page":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/f0f19357f3fb7cf8.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js","static/chunks/c5dd884b71007965.js"]}}
|
|
2
|
+
globalThis.__RSC_MANIFEST["/(main)/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":488287,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":174895,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":683380,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":808719,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":824163,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":349310,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":151858,"name":"*","chunks":["/_next/static/chunks/9b5512fb633ef95d.js","/_next/static/chunks/0f1cf11540868e42.js"],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":552576,"name":"*","chunks":[],"async":false},"[project]/web/src/components/api-init.tsx <module evaluation>":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/components/api-init.tsx":{"id":760800,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx <module evaluation>":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/layout.tsx":{"id":138134,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js"],"async":false},"[project]/web/src/app/(main)/page.tsx <module evaluation>":{"id":375635,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/c5dd884b71007965.js"],"async":false},"[project]/web/src/app/(main)/page.tsx":{"id":375635,"name":"*","chunks":["/_next/static/chunks/b203b9aa975135d3.js","/_next/static/chunks/29dcecc3c2ca92b0.js","/_next/static/chunks/ea89ca7892d8c557.js","/_next/static/chunks/780c93257fac7d43.js","/_next/static/chunks/dc34aa94e57fa28e.js","/_next/static/chunks/699803c4fb2dd3fc.js","/_next/static/chunks/ea57058fc6ebf4d3.js","/_next/static/chunks/c5dd884b71007965.js"],"async":false}},"ssrModuleMapping":{"488287":{"*":{"id":547492,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"174895":{"*":{"id":714433,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"683380":{"*":{"id":824449,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"808719":{"*":{"id":354833,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"824163":{"*":{"id":113588,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"349310":{"*":{"id":913578,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"151858":{"*":{"id":633121,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1e06ddf7._.js","server/chunks/ssr/2374f_next_dist_esm_b9db965e._.js"],"async":false}},"552576":{"*":{"id":261905,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__61a0b842._.js"],"async":false}},"760800":{"*":{"id":956805,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js"],"async":false}},"138134":{"*":{"id":126823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js"],"async":false}},"375635":{"*":{"id":908810,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__be5e2967._.js","server/chunks/ssr/[root-of-the-server]__c94db61a._.js","server/chunks/ssr/2374f_clsx_dist_clsx_mjs_da08f035._.js","server/chunks/ssr/web_4fe3c244._.js","server/chunks/ssr/web_src_app_(main)_layout_tsx_453f6492._.js","server/chunks/ssr/web_90d4125e._.js","server/chunks/ssr/2374f_next_dist_bbe64674._.js","server/chunks/ssr/web_8e76ee8b._.js","server/chunks/ssr/web_src_app_(main)_page_tsx_5ac4794b._.js","server/chunks/ssr/web_b42ed1be._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"488287":{"*":{"id":786309,"name":"*","chunks":[],"async":false}},"174895":{"*":{"id":306660,"name":"*","chunks":[],"async":false}},"683380":{"*":{"id":52093,"name":"*","chunks":[],"async":false}},"808719":{"*":{"id":156801,"name":"*","chunks":[],"async":false}},"824163":{"*":{"id":551240,"name":"*","chunks":[],"async":false}},"349310":{"*":{"id":767168,"name":"*","chunks":[],"async":false}},"151858":{"*":{"id":215798,"name":"*","chunks":[],"async":false}},"552576":{"*":{"id":463741,"name":"*","chunks":[],"async":false}},"760800":{"*":{"id":317911,"name":"*","chunks":[],"async":false}},"138134":{"*":{"id":174916,"name":"*","chunks":[],"async":false}},"375635":{"*":{"id":535097,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/web/src/app/favicon.ico":[],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/layout":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}],"[project]/web/src/app/(main)/page":[{"path":"static/chunks/a7d5d0791c8c6223.css","inlined":false},{"path":"static/chunks/acb0fc66f5414af6.css","inlined":false}]},"entryJSFiles":{"[project]/web/src/app/favicon.ico":["static/chunks/9b5512fb633ef95d.js","static/chunks/0f1cf11540868e42.js"],"[project]/web/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/web/src/app/layout":["static/chunks/b203b9aa975135d3.js"],"[project]/web/src/app/(main)/layout":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/780c93257fac7d43.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js"],"[project]/web/src/app/(main)/page":["static/chunks/b203b9aa975135d3.js","static/chunks/29dcecc3c2ca92b0.js","static/chunks/ea89ca7892d8c557.js","static/chunks/780c93257fac7d43.js","static/chunks/dc34aa94e57fa28e.js","static/chunks/699803c4fb2dd3fc.js","static/chunks/ea57058fc6ebf4d3.js","static/chunks/c5dd884b71007965.js"]}}
|