atlas/netlify.toml
mxdanger d90c269179 Added .editorconfig
Use tab instead of spaces
2022-05-04 14:37:47 -07:00

6 lines
187 B
TOML

[build]
publish = "dist/"
command = "FILE=tools/ci/build-prod.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi"
[build.environment]
PYTHON_VERSION = "3.8"