diff --git a/apps/config-builder/README.md b/apps/config-builder/README.md new file mode 100644 index 0000000000..c83def102e --- /dev/null +++ b/apps/config-builder/README.md @@ -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`. diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7554c6494d..cc754ade0c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,6 +3,7 @@ packages: - ui - packages/* - extensions/* + - apps/* onlyBuiltDependencies: - "@lydell/node-pty"