env
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m53s
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m53s
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user