refactor: adopt shared split workspace

This commit is contained in:
2026-08-18 02:17:21 +02:00
parent b691a0c2d5
commit 4cf870f322
6 changed files with 42 additions and 14 deletions
+2 -1
View File
@@ -25,6 +25,7 @@
}
},
"scripts": {
"test:approval-templates": "node tests/approval-templates-ui-structure.test.mjs"
"test:approval-templates": "node tests/approval-templates-ui-structure.test.mjs",
"test:workspace-layout": "node tests/workspace-layout-ui-structure.test.mjs"
}
}