fix: tell heroku to not build in production mode

test/vercel-collab
Ivar Conradi Østhus 2 years ago
parent d0ea49b92b
commit f1c678e5c4
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
  1. 4
      app.json

@ -4,6 +4,10 @@
"repository": "https://github.com/heroku/node-js-sample",
"logo": "https://github.com/Unleash/unleash/blob/main/.github/logo.png?raw=true",
"keywords": ["node", "feature toggles", "release"],
"env": {
"NPM_CONFIG_PRODUCTION": "false",
"YARN_PRODUCTION": "false"
},
"addons": [
{
"plan": "heroku-postgresql",

Loading…
Cancel
Save