elm-pages-v3-beta/examples/pokedex/netlify.toml
2021-06-01 14:21:10 -07:00

16 lines
493 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 && cp ./elm-stuff/elm-pages/elm.js functions/render/elm-pages-cli.js"
[[redirects]]
from = "/*"
to = "/.netlify/functions/render"
status = 200
[dev]
command = "npm start"
targetPort = 1234
autoLaunch = true
framework = "#custom"