fix(dev): make browser launch opt in

This commit is contained in:
2026-07-20 20:01:27 +02:00
parent 9805d085fa
commit 1ce3d02239
3 changed files with 16 additions and 1 deletions

View File

@@ -80,6 +80,12 @@ cd /mnt/DATA/git/govoplan
tools/launch/launch-dev.sh
```
The launcher does not open a browser by default. To opt in:
```bash
GOVOPLAN_OPEN_BROWSER=1 tools/launch/launch-dev.sh
```
To force the old SQLite fallback for a disposable local run:
```bash