All checks were successful
Deploy Nyla Frontend to Production / deploy (push) Successful in 51s
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
261 B
Bash
6 lines
261 B
Bash
# Environment: poweron-nyla-prod (production)
|
|
# Consumed by: Vite build (title) + SPA runtime (getApiBaseUrl / getAppName)
|
|
# Auth and secrets live on the gateway — never in frontend env.
|
|
|
|
VITE_API_BASE_URL=https://api.poweron.swiss
|
|
VITE_APP_NAME=PowerOn Nyla
|