add script run

This commit is contained in:
florian 2025-06-11 20:07:04 +02:00
parent 78e7ade592
commit 225d5d259b

View File

@ -15,7 +15,8 @@
"type": "module",
"main": "index.js",
"scripts": {
"test": "nodemon index.js"
"test": "nodemon index.js",
"run" : "node index.js"
},
"devDependencies": {
"nodemon": "^3.1.10"