When we're ready to add Discord auth to the app, revert the changes that made auth env vars optional.
Commits to revert / tighten back up in packages/auth/env.ts:
- AUTH_DISCORD_ID — make required again (z.string().min(1))
- AUTH_DISCORD_SECRET — make required again (z.string().min(1))
- AUTH_SECRET — make required in production again
When we're ready to add Discord auth to the app, revert the changes that made auth env vars optional.
Commits to revert / tighten back up in packages/auth/env.ts: