rss-reader/netlify.toml
Marc Cataford 294e8d40a0
feat: api reorg (#118)
* feat: reorg into workspaces

* build: commands update

* ci: update build steps

* ci: publish from dist

* feat: api scaffold

* chore: clean up dist
2023-06-27 13:54:34 -04:00

14 lines
258 B
TOML

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