forked from BornDeleuze/coop-cloud-front
15 lines
308 B
TOML
15 lines
308 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "dist"
|
|
|
|
# Environment variables for build
|
|
[build.environment]
|
|
VITE_MOCK_AUTH = "true"
|
|
VITE_API_URL = "http://localhost:3000/api"
|
|
|
|
# Redirect all requests to index.html for client-side routing
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|