mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
Config builder: bootstrap workspace package
This commit is contained in:
15
apps/config-builder/README.md
Normal file
15
apps/config-builder/README.md
Normal 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`.
|
||||
@@ -3,6 +3,7 @@ packages:
|
||||
- ui
|
||||
- packages/*
|
||||
- extensions/*
|
||||
- apps/*
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- "@lydell/node-pty"
|
||||
|
||||
Reference in New Issue
Block a user