refactor(webui): use shared organization explorer tree

This commit is contained in:
2026-07-21 13:59:57 +02:00
parent df91c70491
commit 28f799e426
4 changed files with 59 additions and 74 deletions

View File

@@ -6,6 +6,9 @@
"main": "src/index.ts",
"module": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"test:organizations-tree": "node scripts/test-organizations-tree-structure.mjs"
},
"exports": {
".": {
"types": "./src/index.ts",