feat: implement basic workspace

This commit is contained in:
2025-03-20 08:19:18 +01:00
parent f98b48667c
commit bd927840d6
6 changed files with 133 additions and 77 deletions

View File

@@ -0,0 +1,9 @@
workspace {
members {
member "./projects/a"
member "./projects/b"
member "./plan/a"
member "./plan/b"
member "./components/*"
}
}