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

14 lines
618 B
TOML
Raw Normal View History

2022-05-25 02:57:24 +03:00
[build]
functions = "functions/"
publish = "dist/"
2022-07-27 22:16:37 +03:00
command = "mkdir bin && export PATH=\"/opt/build/repo/examples/smoothies/bin:$PATH\" && echo $PATH && curl https://static.lamdera.com/bin/linux/lamdera -o bin/lamdera && chmod a+x bin/lamdera && export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && (cd ../../ && npm install --no-optional && npx --no-install elm-tooling install) && npm install && npm run generate:tailwind && npm run generate:graphql && npm run build"
2022-05-25 02:57:24 +03:00
[dev]
command = "npm start"
targetPort = 1234
autoLaunch = true
framework = "#custom"
[functions]
included_files = ["content/**"]