refactor(web-panel): migrate to biome, drop baseUrl, normalize eol

This commit is contained in:
kitbyte
2026-08-29 23:39:21 +03:00
parent a236456960
commit 56e1fc2137
121 changed files with 7853 additions and 7410 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
import { installInstalledAppsSync } from "./installed-apps-sync/index.js"
import { installInstalledAppsSync } from './installed-apps-sync/index.js';
installInstalledAppsSync(globalThis.WandEnhancer)
installInstalledAppsSync(globalThis.WandEnhancer);