Before deploying to production, ensure the following:
production.env file: NOT committed to git (should be gitignored).env.example: Committed with safe placeholder values*)npm run db:setup in production environment first/health endpoint tested and monitoring.env.local properly set (not committed)PORT (not hardcoded)/health returns successDO NOT proceed to production without completing ALL checks above.
If any check cannot be completed, document why and get approval from the team lead.