8 lines
275 B
Text
8 lines
275 B
Text
|
|
# Development Environment Variables
|
||
|
|
|
||
|
|
# GARM Backend API URL (for development only)
|
||
|
|
# When set, the frontend will connect to this URL instead of using proxy
|
||
|
|
# VITE_GARM_API_URL=http://localhost:9997
|
||
|
|
|
||
|
|
# Node Environment (automatically set by npm scripts)
|
||
|
|
# NODE_ENV=development
|