Remove LOCAL_ADMIN_BYPASS from
Remove LOCAL_ADMIN_BYPASS from production environment variables.
UsedPCParts.ca
Use this checklist before moving from local development to a public launch.
Remove LOCAL_ADMIN_BYPASS from production environment variables.
Rotate Supabase service role key before launch.
Add env vars to Vercel for Supabase, Stripe, site URL, and email provider.
Connect UsedPCParts.ca to the Vercel production deployment.
Test magic links in Chrome or Edge on the production domain.
Run Supabase schema snippets for reports, messages, saved listings, and verification requests.
Run supabase/notification-system-schema.sql before enabling production email or SMS notifications.
Set CRON_SECRET before scheduling message digest or verification reminder endpoints.
Confirm Vercel registers the daily notification crons from vercel.json after production deployment.
Set TWILIO_SMS_ENABLED only after Twilio credentials and a sender phone or messaging service are configured.
Confirm Stripe webhook endpoint is configured before enabling paid boosts.