10 lines
174 B
TOML
10 lines
174 B
TOML
|
[functions]
|
||
|
directory = "netlify/functions/"
|
||
|
|
||
|
[dev]
|
||
|
command = "yarn start:parcel"
|
||
|
publish = "dist"
|
||
|
targetPort = 1234
|
||
|
port = 8080
|
||
|
framework = "parcel"
|