chore: npm workspaces

This commit is contained in:
eneller
2026-02-28 00:12:10 +01:00
parent b7f4df2f5e
commit c7bf381ab9
6 changed files with 283 additions and 1 deletions

View File

@@ -8,5 +8,10 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
},
"workspaces": [
"client",
"server",
"shared"
]
}