more boilerplate and dev environment

This commit is contained in:
2026-07-16 16:04:48 -07:00
parent ea34be4e1b
commit a06f21a5c2
27 changed files with 670 additions and 27 deletions
+6
View File
@@ -0,0 +1,6 @@
# Development API base URL.
# In production, the app uses the relative /api path and nginx proxies it to the backend.
VITE_API_BASE_URL=http://localhost:8080
# Vite dev server port. The dev script expects the frontend at http://localhost:5173.
# PORT=5173