Improve local dev experience

This commit is contained in:
Tyler Satre
2025-10-31 12:19:23 -04:00
parent 7c7c1b90ea
commit 106190d7ac
8 changed files with 280 additions and 53 deletions

13
web/.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Frontend Environment Variables
# These are set automatically in docker-compose.dev.yaml for development
# API URL for backend communication
# Development: http://localhost:5173
# Production: Built into the static files during Docker build
PUBLIC_API_URL=http://localhost:5173
# Base path for routing (leave empty unless using a subdirectory deployment)
BASE_PATH=
# Version string (automatically set during build)
PUBLIC_VERSION=dev