add shared node modules

This commit is contained in:
2026-07-07 11:32:55 +02:00
parent 8ebdbc14d6
commit 4a73c43f80
5 changed files with 13 additions and 31 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "node server.js",
"dev": "node --watch server.js"
},
"keywords": [],
"author": "",