Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix: make email capture optional #205

Merged
merged 10 commits into from
Dec 28, 2024

Conversation

tyler-dane
Copy link
Contributor

@tyler-dane tyler-dane commented Dec 26, 2024

Installs zod, creates an env schema, and parses it during startup. This validates our environment variables.

This also picks up on the fix from #202, which made the email capture feature optional

Addresses #204

@tyler-dane tyler-dane force-pushed the refactor/204-use-zod-for-env-validation branch from b436b25 to 8827af2 Compare December 28, 2024 12:30
@tyler-dane tyler-dane linked an issue Dec 28, 2024 that may be closed by this pull request
1 task
@tyler-dane tyler-dane marked this pull request as ready for review December 28, 2024 12:36
@tyler-dane tyler-dane changed the title ♻️ Refactor: use zod for env file validation 🐛 Fix: make email capture optional Dec 28, 2024
@tyler-dane tyler-dane merged commit 9cde6be into main Dec 28, 2024
3 checks passed
@tyler-dane tyler-dane deleted the refactor/204-use-zod-for-env-validation branch December 28, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate environment variables using Zod
2 participants