c46205f220
* 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
9 lines
174 B
TOML
9 lines
174 B
TOML
[functions]
|
|
directory = "netlify/functions/"
|
|
|
|
[dev]
|
|
command = "yarn start:parcel"
|
|
publish = "dist"
|
|
targetPort = 1234
|
|
port = 8080
|
|
framework = "parcel"
|