Marc Cataford
294e8d40a0
* feat: reorg into workspaces * build: commands update * ci: update build steps * ci: publish from dist * feat: api scaffold * chore: clean up dist
14 lines
258 B
TOML
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
|