mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
add heroku node
This commit is contained in:
2
app.json
2
app.json
@@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
|
"url": "heroku/nodejs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://github.com/jontewks/puppeteer-heroku-buildpack"
|
"url": "https://github.com/jontewks/puppeteer-heroku-buildpack"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "test-ws-bot",
|
"name": "test-ws-bot",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./app.js",
|
"start": "node ./app.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
@@ -29,5 +29,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"pm2": "^5.1.2",
|
"pm2": "^5.1.2",
|
||||||
"prettier": "2.5.1"
|
"prettier": "2.5.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "14.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user