Skip to content
Permalink
main
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (16 sloc) 258 Bytes
{
"name": "docs.github.com",
"env": {
"NODE_ENV": "production",
"NPM_CONFIG_PRODUCTION": "true"
},
"buildpacks": [
{ "url": "heroku/nodejs" }
],
"formation": {
"web": {
"quantity": 1,
"size": "standard-2x"
}
}
}
You can’t perform that action at this time.