This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user