1export const featureFlags = { 2 welcomeEmail: process.env.NEXT_PUBLIC_FF_WELCOME_EMAIL === 'true', 3} as const;