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:
parent
d0ea49b92b
commit
f1c678e5c4
4
app.json
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…
Reference in New Issue
Block a user