Add npm workspace structure

This commit is contained in:
2026-07-20 17:04:24 +02:00
parent c19fde4126
commit 44dbe212a9
5 changed files with 502 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"private": true,
"workspaces": [
"manager",
"wrapper",
"shared"
]
}