2026-02-04 18:33:00 +00:00
|
|
|
# Storybook Environment Configuration
|
|
|
|
|
# Used when running "npm run storybook" or "npm run build-storybook"
|
|
|
|
|
|
2026-02-11 21:20:31 +00:00
|
|
|
# Point API to a relative path so MSW can intercept it easily (same-origin)
|
2026-02-04 18:33:00 +00:00
|
|
|
VITE_API_URL=/api/v1
|
|
|
|
|
VITE_IS_STORYBOOK=true
|
|
|
|
|
VITE_USE_MSW=true
|
2026-02-22 20:24:40 +00:00
|
|
|
VITE_FEATURE_HLS_STREAMING=true
|