import { assertSecureRuntimeConfig } from "@/lib/security/config-guard"; import { startSyncCron } from "@/lib/services/cron"; export async function register() { assertSecureRuntimeConfig(); startSyncCron(); }