Files
sp/netlify.toml
2025-03-19 20:42:16 +05:30

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