Add Procfile and node version for Heroku deploy

This commit is contained in:
Hippo 2020-05-10 18:49:11 +05:30
parent 691e3026d9
commit 54ae9f57a6
2 changed files with 4 additions and 0 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: node server.js

View File

@ -43,5 +43,8 @@
"webpack": "^4.43.0",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": "12.x"
}
}