rss-reader/netlify.toml
Marc Cataford c46205f220
feat: organize in feeds, sort by date (#12)
* feat: organize in feeds, sort by date

* fix: propname

* wip: cruddy loading screen

* fix: actions

* fix: caching format

* fix: typo

* feat: display feedname

* build: local tooling

* fix: date sort

* ci: add lint
2021-07-25 14:18:16 -04:00

9 lines
174 B
TOML

[functions]
directory = "netlify/functions/"
[dev]
command = "yarn start:parcel"
publish = "dist"
targetPort = 1234
port = 8080
framework = "parcel"