elm-pages-v3-beta/examples/hello/netlify.toml

11 lines
260 B
TOML
Raw Normal View History

2022-03-04 23:32:52 +03:00
[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"