Files
coop-cloud-front/Netlify.toml
Matt Beaudoin 89da98e35c logs hooked up
2026-03-05 08:16:11 -08:00

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