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