8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
# Production Environment
|
|
|
|
# Enable Mock Data for demo (GitHub Pages is static, so we must NOT call /api)
|
|
VITE_USE_MOCK=true
|
|
|
|
# API Base URL (unused in mock mode; keep empty to avoid accidental /api calls)
|
|
VITE_API_BASE_URL=
|