Files
redwood-tutorial/netlify.toml
2021-02-11 09:27:44 -08:00

13 lines
195 B
TOML

[build]
command = "yarn rw deploy netlify"
publish = "web/dist"
functions = "api/dist/functions"
[dev]
command = "yarn rw dev"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200