feat(commands): add app state dispatcher foundation

This commit is contained in:
syntaxbullet
2026-07-03 09:28:06 +02:00
parent 697d12725d
commit a8dbd26474
11 changed files with 331 additions and 3 deletions

View File

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