add railway to with postgres start script

This commit is contained in:
Jake Runzer
2020-10-07 13:25:02 -06:00
parent 4630fc5b02
commit e483fe7096

View File

@@ -5,7 +5,7 @@
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "railway run node index.js"
},
"keywords": [],
"author": "",