build(dev): use air for backend live reload
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-05-02 15:39:28 -04:00
parent a865457bbf
commit 64aa000323
6 changed files with 22 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ dev:
$(MAKE) -j2 dev_backend dev_frontend
dev_backend:
$(DEV_ENV) go run main.go serve
$(DEV_ENV) air
dev_frontend:
cd frontend && bun run dev