Added the start script on package.json

This commit is contained in:
Aljaz S
2021-11-16 21:17:02 +01:00
parent c37c07d71d
commit 57a3b27993

View File

@@ -7,7 +7,8 @@
"license": "MIT",
"type": "module",
"scripts": {
"dev": "nodemon index.js"
"dev": "nodemon index.js",
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1"