This commit is contained in:
Marek
2026-04-19 19:22:36 +02:00
parent 18fc50c75b
commit 65157da61d
58 changed files with 222 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
- loader
- load apps as python module
- discover apps/*/manifest.yaml
- order by app dependency (topological sort), circles not allowed
- check for conflicts
- mount each app router under /api/<app>