chore: prevent double browser opening

feat/type-attributes
Tomáš Mládek 2023-05-27 15:51:05 +02:00
parent 6112e65113
commit c57eef13b4
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ tasks:
dev:backend:
dir: cli
cmds:
- cargo run --release -- serve ../example_vault --clean
- cargo run --release -- serve ../example_vault --clean --no-browser
dev:frontend:
dir: webui