1
0

Added --dev flag to ./serve-locally.sh

This commit is contained in:
2026-03-22 10:35:43 +01:00
parent 993443be9e
commit 17fcbf4d93
4 changed files with 166 additions and 118 deletions

View File

@@ -183,6 +183,12 @@ This serves the app at `http://localhost:8888`. The script automatically:
You can delete the entire `web/dist/` folder and re-run `serve-locally.sh` to regenerate everything.
To automatically rebuild when source files change:
```bash
./serve-locally.sh --dev
```
## Testing
Run all tests (WASM integration + E2E):