Add netlify.toml to init scaffolding.

This commit is contained in:
Dillon Kearns 2021-06-03 20:14:59 -07:00
parent 725318d102
commit 498faf6b3a

View File

@ -0,0 +1,10 @@
[build]
functions = "functions/"
publish = "dist/"
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && npm install --no-optional && npm run build"
[dev]
command = "npm start"
targetPort = 1234
autoLaunch = true
framework = "#custom"