1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: tell heroku to not build in production mode

This commit is contained in:
Ivar Conradi Østhus 2022-10-18 21:35:50 +02:00
parent d0ea49b92b
commit f1c678e5c4
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -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",