You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEXT_PUBLIC_APP_URL: z.string().url(),// Base URL of the application (e.g., https://www.sim.ai)
402
402
403
403
// Client-side Services
404
-
NEXT_PUBLIC_SOCKET_URL: z.preprocess((v)=>(v==='' ? undefined : v),z.string().url().optional()),// WebSocket server URL for real-time features (empty string treated as unset)
404
+
NEXT_PUBLIC_SOCKET_URL: z.string().url().optional(),// WebSocket server URL for real-time features
405
405
406
406
// Billing
407
407
NEXT_PUBLIC_BILLING_ENABLED: z.boolean().optional(),// Enable billing enforcement and usage tracking (client-side)
0 commit comments