feat(app): add composition root

This commit is contained in:
syntaxbullet
2026-07-03 09:36:04 +02:00
parent d7406e803a
commit 9422494458
6 changed files with 47 additions and 17 deletions

View File

@@ -29,7 +29,8 @@
"@renderer/*": ["./renderer/*"],
"@commands/*": ["./commands/*"],
"@editor/*": ["./editor/*"],
"@input/*": ["./input/*"]
"@input/*": ["./input/*"],
"@app/*": ["./app/*"]
},
// Some stricter flags (disabled by default)