Enhance serve recipe to automatically open the browser

- use xdg-open firefox
- keep serve recipe in foreground
This commit is contained in:
Pontoporeia
2026-05-04 14:46:05 +02:00
parent 8a38708fc8
commit d6e30ec9cd
3 changed files with 5 additions and 2 deletions

View File

@@ -5,4 +5,5 @@
- [x] Remove rarely used recipes (`show id`, `setup-dirs`)
- [x] Simplify `test-*` recipes
- [x] Remove redundant `default` recipe
- [x] Preserve all critical functionality
- [x] Preserve all critical functionality
- [x] Enhance `serve` recipe to automatically open the browser