wiki/netlify.toml

4 lines
105 B
TOML
Raw Normal View History

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