mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 06:04:23 +03:00
11 lines
260 B
TOML
11 lines
260 B
TOML
[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"
|