github.com/uchennaokeke444/nomad@v0.11.8/website/netlify.toml (about) 1 2 # This file sets configuration for Netlify 3 # ref: https://www.netlify.com/docs/netlify-toml-reference/ 4 5 [build] 6 publish = "out" 7 command = "npm run static" 8 9 [context.production] 10 environment = { HASHI_ENV = "production", NODE_ENV = "production"} 11 12 [context.deploy-preview] 13 environment = { HASHI_ENV = "staging" }