This commit is contained in:
Moritz Utcke
2025-06-09 10:43:46 -03:00
parent 5f5e3f4bed
commit 19136d475d
3 changed files with 2 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ PERSISTENT_DIR := $(HOME)/persistent/$(APP_NAME)
BACKUP_FILENAME := $(HOME)/backups/$(shell date +"%Y-%m-%d_%H-%M-%S").sql.gz
online-energieausweis:
bun run dev --host
NODE_ENV="development" bun run dev --host
dev: database online-energieausweis