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

@@ -138,7 +138,7 @@ Run Development:
make dev
# Or run one side only
make dev_backend
make dev_backend # live-reloads with air
make dev_frontend
```