git launch mode

This commit is contained in:
mr
2025-03-06 09:35:01 +01:00
parent 2acd8cb772
commit 3d92f0b8b4
2 changed files with 11 additions and 0 deletions

View File

@@ -3,9 +3,15 @@
build: clean
bee pack
base:
docker compose -f docker-compose.base.yml up -d
run:
bee run -gendoc=true -downdoc=true
run-dev:
bee generate routers && HTTPPORT=8087 bee run -gendoc=true -downdoc=true
debug:
bee run -downdebug -gendebug
@@ -24,4 +30,6 @@ publish-registry:
all: docker publish-kind publish-registry
dev: base run-dev
.PHONY: build run clean docker publish-kind publish-registry