mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Add netlify.toml to init scaffolding.
This commit is contained in:
parent
725318d102
commit
498faf6b3a
10
generator/template/netlify.toml
Normal file
10
generator/template/netlify.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user