Improve developer experience baseline#108
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c4ea8ef4d4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| AUTH_EMAIL_FROM=GradientPeak Local <noreply@localhost> | ||
| AUTH_EMAIL_REPLY_TO=noreply@localhost | ||
| AUTH_SMTP_HOST=127.0.0.1 | ||
| AUTH_SMTP_PORT=54324 |
There was a problem hiding this comment.
Point local SMTP at Inbucket's SMTP port
With this template, any developer who copies apps/web/.env.example and uses AUTH_EMAIL_MODE=smtp will send Nodemailer to port 54324. In our Supabase config that port is the Inbucket web UI (packages/db/supabase/config.toml:92-95); the SMTP listener is 54325, so verification/reset emails fail to send instead of appearing in Inbucket. Set this to 54325 or change the Supabase SMTP port to match.
Useful? React with 👍 / 👎.
Summary
devworkflow and existing mobile scripts.Validation
pnpm install --frozen-lockfilepnpm run doctorpnpm checkpnpm check-typespnpm testpnpm knipNotes
pnpm run doctoremits warnings for optional local tools/env files when they are not installed or copied locally.