mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 22:44:36 +08:00
* Enforce NODE_ENV to be picked up in Heroku (set to 'development') * Enable sourcemaps for easier debugging
24 lines
306 B
JSON
24 lines
306 B
JSON
{
|
|
"name": "polaris-react",
|
|
"scripts": {},
|
|
"env": {
|
|
"YARN_PRODUCTION": {
|
|
"required": true
|
|
},
|
|
"NODE_ENV": {
|
|
"required": true
|
|
}
|
|
},
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1
|
|
}
|
|
},
|
|
"addons": [],
|
|
"buildpacks": [
|
|
{
|
|
"url": "heroku/nodejs"
|
|
}
|
|
]
|
|
}
|