managarten/apps-archived/bauntown/apps/landing/netlify.toml
Till JS 076e0c843d chore: restore archived apps (bauntown, news, reader, uload, wisekeep)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 01:08:51 +01:00

19 lines
No EOL
323 B
TOML

[build]
command = "npm run build"
publish = "dist"
functions = "netlify/functions"
[dev]
command = "npm run dev"
functions = "netlify/functions"
publish = "dist"
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200