lwc-recipes-oss/app.json

24 строки
475 B
JSON

{
"name": "lwc-recipes-oss",
"description": "Config for Heroku Pipelines and Review Apps",
"repository": "https://github.com/trailheadapps/lwc-recipes-oss",
"scripts": {},
"env": {
"NODE_ENV": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"stack": "heroku-18"
}