Initialize project with basic structure, including Docker configuration, backend and frontend setup, environment configuration, and essential files for development.
This commit is contained in:
7
frontend/.env.example
Normal file
7
frontend/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# Leave empty in production to use same-origin /api through nginx.
|
||||
VITE_API_BASE_URL=
|
||||
|
||||
# Local development defaults to demo fixtures. Production builds always use the API.
|
||||
# Set false to develop against the backend locally.
|
||||
VITE_DEMO_MODE=true
|
||||
VITE_DEV_API_TARGET=http://localhost:8080
|
||||
Reference in New Issue
Block a user