env
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m53s

This commit is contained in:
2026-01-28 01:00:30 +01:00
parent 2896556659
commit 407b2227b3
3 changed files with 10 additions and 6 deletions

View File

@@ -13,6 +13,9 @@ 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();
}