Initial monorepo structure

This commit is contained in:
2026-06-30 20:37:40 +02:00
commit 2f2b295531
121 changed files with 39171 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
contexts:
privat:
env_file: privat/.env
allowed_shared:
- shared/tools/
- shared/powers/
- shared/config/
dhive:
env_file: dhive/.env
allowed_shared:
- shared/tools/
- shared/powers/
- shared/config/
bahn:
env_file: bahn/.env
allowed_shared:
- shared/tools/
- shared/powers/
- shared/config/
- shared/knowledge-store/
shared:
env_file: shared/.env
allowed_shared: ["*"]