You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify CODEBUFF_API_KEY protection with ciOnlyEnvVars
- Remove CODEBUFF_API_KEY from typed serverEnvSchema entirely
- Add ciOnlyEnvVars array for CI injection only
- Remove webEnv/webEnvSchema (no longer needed)
- Revert web files from webEnv back to env
- env.CODEBUFF_API_KEY is now a TypeScript error everywhere
- Keep ESLint rule for process.env.CODEBUFF_API_KEY in web
0 commit comments