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