mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-18 09:01:39 +03:00
7497934772
# Conflicts: # examples/pokedex/netlify.toml # examples/pokedex/src/Api.elm # examples/pokedex/src/Page/Greet.elm # examples/pokedex/src/Page/Login.elm # src/Session.elm
14 lines
615 B
TOML
14 lines
615 B
TOML
[build]
|
|
functions = "functions/"
|
|
publish = "dist/"
|
|
command = "curl https://static.lamdera.com/bin/linux/lamdera -o /usr/local/bin/lamdera && chmod a+x /usr/local/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 && node adapter.js && cp secret-note.txt functions/server-render/"
|
|
|
|
[dev]
|
|
command = "npm start"
|
|
targetPort = 1234
|
|
autoLaunch = true
|
|
framework = "#custom"
|
|
|
|
[functions]
|
|
included_files = ["content/**"]
|