add start command
This commit is contained in:
parent
79f9fe013b
commit
ff7f6107ce
@ -11,7 +11,8 @@
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "nodemon index.js"
|
||||
"test": "nodemon index.js",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user