sp/netlify.toml

14 lines
168 B
TOML

[build]
command = "npm run build"
publish = "dist"
[dev]
command = "npm run dev"
port = 3000
[[redirects]]
from = "/*"
to = "/index.html"
status = 200