Add Procfile and node version for Heroku deploy
This commit is contained in:
parent
691e3026d9
commit
54ae9f57a6
2 changed files with 4 additions and 0 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
|||
web: node server.js
|
|
@ -43,5 +43,8 @@
|
|||
"webpack": "^4.43.0",
|
||||
"webpack-merge": "^4.2.2",
|
||||
"webpack-node-externals": "^1.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue