4dfef88f19
import.meta.env.DEV is already true during `bun run dev` and false in production builds, so a separate env var is unnecessary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
173 B
Bash
6 lines
173 B
Bash
# API Configuration
|
|
VITE_API_URL=https://opal.example.com/api
|
|
VITE_AUTH_URL=https://auth.example.com
|
|
|
|
# OAuth (not needed for local dev — Vite's DEV mode auto-skips auth)
|