Config builder: bootstrap workspace package

This commit is contained in:
Sebastian
2026-02-09 19:58:50 -05:00
parent 8c73dbe705
commit 60d92ca561
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Config Builder (WIP)
This workspace package will host the standalone OpenClaw config builder app.
## Stack
Use the same front-end stack as the existing OpenClaw web UI (`ui/`):
- Vite
- Lit
- Plain CSS (no Next.js/Tailwind)
## Planning
Implementation details are tracked in `.local/config-builder-spec.md`.

View File

@@ -3,6 +3,7 @@ packages:
- ui
- packages/*
- extensions/*
- apps/*
onlyBuiltDependencies:
- "@lydell/node-pty"