refactor bridge plugin loading

This commit is contained in:
Nystik
2026-03-26 22:27:50 +01:00
parent f55a015b64
commit 80bf7436d9
6 changed files with 216 additions and 141 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80
}