mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Adding USE_NPM_INSTALL to the Heroku deploy file so new deploys work
This commit is contained in:
@@ -151,6 +151,11 @@
|
|||||||
"description": "Default setting for new browser views, for the time mode. ('12' or '24')",
|
"description": "Default setting for new browser views, for the time mode. ('12' or '24')",
|
||||||
"value": "12",
|
"value": "12",
|
||||||
"required": false
|
"required": false
|
||||||
|
},
|
||||||
|
"USE_NPM_INSTALL": {
|
||||||
|
"description": "You need to have this set for deployment to work in Heroku",
|
||||||
|
"value": "true",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"addons": [
|
"addons": [
|
||||||
|
|||||||
Reference in New Issue
Block a user