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
refactor(env): make POSTHOG_API_KEY and STRIPE_CUSTOMER_PORTAL required
- Remove .optional() from NEXT_PUBLIC_POSTHOG_API_KEY
- Remove .optional() from NEXT_PUBLIC_STRIPE_CUSTOMER_PORTAL
- Remove conditional check in usage-section.tsx since portal URL is now required
- All required vars have dummy values in .env.example
0 commit comments