rss-reader/netlify.toml

15 lines
232 B
TOML
Raw Permalink Normal View History

[functions]
directory = "functions/"
[dev]
2024-02-16 05:05:49 +00:00
command = "yarn start:app"
2024-02-15 18:33:12 +00:00
publish = "dist"
targetPort = 8080
port = 1234
2024-02-16 05:05:49 +00:00
framework = "vite"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200