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

14 lines
652 B
TOML
Raw Normal View History

2021-06-02 00:21:10 +03:00
[build]
functions = "functions/"
publish = "dist/"
command = "pwd && which curl && echo $PATH && curl https://static.lamdera.com/bin/linux/lamdera -o $NETLIFY_BUILD_BASE && chmod a+x $NETLIFY_BUILD_BASE/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 && node adapter.js && cp secret-note.txt functions/server-render/"
2021-06-02 00:21:10 +03:00
[dev]
command = "npm start"
targetPort = 1234
autoLaunch = true
framework = "#custom"
2021-12-30 08:52:09 +03:00
[functions]
2021-12-30 20:40:42 +03:00
included_files = ["content/**"]