add start command

This commit is contained in:
florian 2025-06-17 13:53:53 +02:00
parent 79f9fe013b
commit ff7f6107ce

View File

@ -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",