8 lines
262 B
Text
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
|