env
Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 4m2s

This commit is contained in:
2026-01-28 15:06:21 +01:00
parent 407b2227b3
commit d6c1d6bae6
7 changed files with 122 additions and 85 deletions

View File

@@ -13,9 +13,6 @@ export async function register() {
// Initialize server services on boot
// We do this AFTER Sentry to ensure errors during service init are caught
const { validateConfig } = await import('@/lib/config');
validateConfig();
const { getServerAppServices } = await import('@/lib/services/create-services.server');
getServerAppServices();
}