/** * Domain/CORS Validation Scanfixes * * Validates that URL-based environment variables in .env.staging/.env.prod * match the domains configured in stack.yml. Catches: * - NEXTAUTH_URL pointing to wrong domain * - API_URL / CORS_ORIGIN mismatches * - Stale domains after config changes * - Missing CORS keys in .env.example * - nginx.conf / docker-compose.yml domain mismatches (server-side) */ import type { Fix } from '../../../../types/index.js'; export declare const domainFixes: Fix[]; //# sourceMappingURL=domain.d.ts.map