- .env.example: Documentation template - .env.development: Local dev defaults (localhost:5000) - .env.production: Production defaults (relative /graphql path) - Updated .gitignore to track non-secret env files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 lines
87 B
Text
2 lines
87 B
Text
# Development environment defaults
|
|
VITE_GRAPHQL_ENDPOINT=http://localhost:5000/graphql
|