dev launch mode

This commit is contained in:
mr
2025-03-06 09:32:50 +01:00
parent 563869ac20
commit 1d791316f2
3 changed files with 7 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ build: clean
run:
bee run -gendoc=true -downdoc=true
dev:
bee generate routers && HTTPPORT=8088 bee run -gendoc=true -downdoc=true
debug:
bee run -downdebug -gendebug