chore(architecture): enforce layer boundaries

This commit is contained in:
syntaxbullet
2026-07-03 09:34:21 +02:00
parent a8dbd26474
commit d7406e803a
14 changed files with 354 additions and 17 deletions

View File

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