fix(editor): restore stable map editing behavior

This commit is contained in:
Tom Boullay
2026-05-29 00:52:44 +02:00
parent d5675fe82c
commit 343a122c06
28 changed files with 453 additions and 302 deletions
+6
View File
@@ -110,6 +110,12 @@ npm run format:check
npm run build
```
Regenerate runtime map data after editing `public/map_raw.json`:
```bash
npm run map:transform
```
## Optional Hand-Tracking Backend
The app can use the local Python backend, but the default debug source is browser-side MediaPipe.