add start script

This commit is contained in:
Shay
2022-04-14 16:32:12 -07:00
parent 27c30b1e0c
commit 50a56d6a60

View File

@@ -5,7 +5,7 @@
"main": "app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node app.js"
},
"author": "Shay DeWael",
"license": "MIT",