Currently, `.env.example` does not include the actual environment variables required to run the web app Populate it with the correct variables. From what I can see, we only need `RESEND_API_KEY` for now. If that’s correct, I’ll raise a PR.
Currently,
.env.exampledoes not include the actual environment variables required to run the web appPopulate it with the correct variables.
From what I can see, we only need
RESEND_API_KEYfor now. If that’s correct, I’ll raise a PR.