# Admin frontend env (copy to ".env" )

# Backend API base URL (must be reachable from the browser)
VITE_API_URL=

# Enable developer mode (shows additional debug info and options)
# Set to "true" to enable, leave empty or unset to disable
VITE_DEVELOPER_MODE=


