chore: add hot reload for development

- Makefile: add dev-backend (air) and dev-frontend (vite) targets
- backend/.air.toml: air config for Go live reload
- .gitignore: exclude backend/tmp/
This commit is contained in:
Sakurasan
2026-08-30 15:33:16 +08:00
parent f3af42a65f
commit 6cc76c6767
3 changed files with 51 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
bin/
tmp/
test/
demo/
*.log