fix(dev): make browser launch opt in
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user