2019-08-09 05:13:13 +03:00
|
|
|
[build]
|
|
|
|
base = "examples/docs/"
|
2021-03-24 05:34:12 +03:00
|
|
|
functions = "functions/"
|
2020-01-27 03:27:48 +03:00
|
|
|
publish = "dist/"
|
2022-02-14 01:56:41 +03:00
|
|
|
command = "mkdir /opt/build/repo/examples/docs/bin && export PATH=\"/opt/build/repo/examples/docs/bin:$PATH\" && echo $PATH && curl https://static.lamdera.com/bin/linux/lamdera -o /opt/build/repo/examples/docs/bin/lamdera && chmod a+x /opt/build/repo/examples/docs/bin/lamdera && export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional) && npm install && npx --no-install elm-tooling install && npx elm-pages build && cp ./elm-stuff/elm-pages/elm.js functions/render/elm-pages-cli.js && (cd functions/process-url && npm i)"
|
2021-03-24 05:34:12 +03:00
|
|
|
|
2021-05-11 01:58:29 +03:00
|
|
|
[[redirects]]
|
|
|
|
from = "/screenshot/*"
|
|
|
|
to = "/.netlify/functions/screenshot"
|
|
|
|
status = 200
|
|
|
|
|
2021-05-06 23:26:39 +03:00
|
|
|
[dev]
|
|
|
|
command = "npm start"
|
|
|
|
targetPort = 1234
|
|
|
|
autoLaunch = true
|
|
|
|
framework = "#custom"
|