fix: use specified environment setting path when available (#359)

This commit is contained in:
samanhappy
2025-10-11 23:44:23 +08:00
committed by GitHub
parent a5d5045832
commit 91698a50e3
2 changed files with 21 additions and 9 deletions

View File

@@ -43,7 +43,6 @@ export function registerService<T>(key: string, entry: Service<T>) {
}
}
console.log(`Service registered: ${key} with entry:`, entry);
registry.set(key, entry);
}