veza/apps/web/.env.storybook
senke c02e30b417 chore(web): update .env.local and .env.storybook for domain config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 22:20:31 +01:00

8 lines
262 B
Text

# Storybook Environment Configuration
# Used when running "npm run storybook" or "npm run build-storybook"
# Point API to a relative path so MSW can intercept it easily (same-origin)
VITE_API_URL=/api/v1
VITE_WS_URL=/ws
VITE_IS_STORYBOOK=true
VITE_USE_MSW=true