feat(commands): add app state dispatcher foundation
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
"@core/*": ["./core/*"],
|
||||
"@renderer/*": ["./renderer/*"],
|
||||
"@commands/*": ["./commands/*"],
|
||||
"@editor/*": ["./editor/*"]
|
||||
"@editor/*": ["./editor/*"],
|
||||
"@keybinds/*": ["./keybinds/*"]
|
||||
},
|
||||
|
||||
// Some stricter flags (disabled by default)
|
||||
|
||||
Reference in New Issue
Block a user