Fix local dev API wiring and theme default

This commit is contained in:
2026-04-02 01:31:23 +03:00
parent f5ae311a82
commit dc9e399e5b
8 changed files with 341 additions and 12 deletions

View File

@@ -18,9 +18,11 @@ The project now includes both the UI and the first backend/runtime slice:
```bash
npm install
npm run dev
npm run dev:server
```
`npm run dev` now starts both the Vite client and the Express control-plane server together.
If you only need the backend process, use `npm run dev:server`.
Default panel credentials:
- login: `admin`