mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 21:02:33 +03:00
17 lines
462 B
TOML
17 lines
462 B
TOML
[build]
|
|
functions = "functions/"
|
|
publish = "dist/"
|
|
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install --no-optional && npm run build && node adapter.js"
|
|
|
|
[dev]
|
|
command = "npm start"
|
|
targetPort = 1234
|
|
autoLaunch = true
|
|
framework = "#custom"
|
|
|
|
[[redirects]]
|
|
from = "/secret"
|
|
to = ".netlify/functions/secret"
|
|
status = 200
|
|
force = true
|