Add replit support

This commit is contained in:
Shay
2022-05-05 15:25:34 -07:00
parent 50a56d6a60
commit 50f4c9a1b8
3 changed files with 9 additions and 4 deletions

View File

@@ -5,7 +5,8 @@
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js"
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Shay DeWael",
"license": "MIT",