Adding a rough DI

This commit is contained in:
vorotamoroz
2026-05-13 11:09:04 +00:00
parent 538130aa91
commit 106367fa41
2 changed files with 4 additions and 3 deletions

Submodule src/lib updated: 6c53e748eb...e5ccf1befe

View File

@@ -1,5 +1,6 @@
import { Notice, Plugin, type App, type PluginManifest } from "./deps";
import { getLanguage, Notice, Plugin, type App, type PluginManifest } from "./deps";
import { setGetLanguage } from "./lib/src/common/coreEnvFunctions.ts";
setGetLanguage(getLanguage);
import { LiveSyncCommands } from "./features/LiveSyncCommands.ts";
import { HiddenFileSync } from "./features/HiddenFileSync/CmdHiddenFileSync.ts";
import { ConfigSync } from "./features/ConfigSync/CmdConfigSync.ts";