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

13
server/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "server",
"version": "1.0.0",
"description": "",
"license": "GPL-3.0",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {}
}