You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Embedded into the Go binary:**`pnpm build` emits `dist/`, which the dashboard extension serves under `/dashboard/contract/static/*` and `/dashboard/contract/app/*` (SPA fallback).
11
+
-**Embedded into the Go binary:**`pnpm build` emits `dist/`, which the dashboard extension serves under `/dashboard/ui/static/*` and `/dashboard/ui/*` (SPA fallback).
12
12
13
13
For the architecture deep-dive (how the renderer + registry work, how to author new intents), see [ARCHITECTURE.md](./ARCHITECTURE.md). For the design rationale across slices, see [SLICE_D_DESIGN.md](../SLICE_D_DESIGN.md) and [SLICE_E_DESIGN.md](../SLICE_E_DESIGN.md).
14
14
@@ -25,7 +25,7 @@ The dev server expects the dashboard binary running on `localhost:8080`. Start i
25
25
go run ./cmd/forge ... # whatever your dashboard entrypoint is
26
26
```
27
27
28
-
Then browse to `http://localhost:5173/dashboard/contract/app/extensions` (or any other pilot route).
28
+
Then browse to `http://localhost:5173/dashboard/ui/extensions` (or any other pilot route).
29
29
30
30
## Build
31
31
@@ -124,8 +124,8 @@ The Go side serves the built shell from two route groups (registered in `extensi
124
124
125
125
| URL pattern | Purpose | Cache |
126
126
|---|---|---|
127
-
|`/dashboard/contract/static/*`| Hashed assets (JS, CSS, fonts) from `dist/`| Immutable for `/assets/*`, no-cache otherwise |
0 commit comments