wiki/netlify.toml

4 lines
105 B
TOML

[build]
publish = "./dist"
command = "export NODE_ENV=prod && npx parcel build index.html -d ./dist"