Docker added
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js"
|
||||
"start": "node index.js",
|
||||
"start:dev": "nodemon index.js"
|
||||
},
|
||||
"author": "ChiefSoft Works",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user