Files
TurboHR/netlify.toml
T
2026-07-23 12:34:43 +08:00

15 lines
264 B
TOML

[build]
command = "cd frontend && npm install && npm run build"
publish = "frontend/dist"
[[redirects]]
from = "/api/*"
to = "http://localhost:3000/api/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200