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

@@ -30,6 +30,12 @@ Start the development stack through the meta repository:
./tools/launch/launch-dev.sh
```
Open the WebUI in a browser after launch only when explicitly requested:
```sh
GOVOPLAN_OPEN_BROWSER=1 ./tools/launch/launch-dev.sh
```
Start the shared development PostgreSQL service:
```sh
@@ -119,6 +125,8 @@ Meta ownership and module install/contract boundaries are documented in
`docs/META_REPO_SCAN.md` and `docs/MODULE_CONTRACTS_AND_INSTALLS.md`.
Frontend layout principles for module pages are documented in
`docs/FRONTEND_LAYOUT_PRINCIPLES.md`.
The first Campaign-centric capability and infrastructure fit assessment is in
`docs/CAPABILITY_AND_INFRASTRUCTURE_FIT.md`.
# GovOPlaN Docker