- Remove static/config.json from git tracking - Add .env.example and config.json.example as templates - Update config store to fallback to VITE_API_URL env variable - Add build.sh script for dev/prod builds
3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
# Copy this file to .env.local for local development
|
|
VITE_API_URL=http://localhost/clqms01
|