2021-06-02 00:21:10 +03:00
|
|
|
[build]
|
|
|
|
functions = "functions/"
|
|
|
|
publish = "dist/"
|
2021-12-30 08:22:56 +03:00
|
|
|
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 && 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
|
2021-06-02 20:02:03 +03:00
|
|
|
framework = "#custom"
|
2021-12-30 04:18:37 +03:00
|
|
|
|
2021-12-30 08:52:09 +03:00
|
|
|
[functions]
|
|
|
|
included_files = ["secret-note.txt"]
|