rss-reader/netlify.toml

14 lines
245 B
TOML

[functions]
directory = "netlify/functions/"
[dev]
command = "yarn start:parcel"
publish = "dist"
targetPort = 1234
port = 8080
framework = "parcel"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200