mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 00:43:29 +10:00
chore(env): finding 3 — remove dead CROWDIN_PROJECT_ID/CROWDIN_API_TOKEN/GOOGLE_CLOUD_API_KEY
These three vars are only read by GitHub Actions workflows and tooling/fonts scripts that access process.env directly — never by app/server runtime code. Removes them from the env schema (server.ts) and turbo.json globalEnv. Claude-Session: https://claude.ai/code/session_012Bnvt1MghwHj4qQRxuQUGa
This commit is contained in:
Vendored
-5
@@ -83,11 +83,6 @@ export const env = createEnv({
|
||||
FLAG_SHOW_SPONSORS: z.stringbool().default(false),
|
||||
FLAG_ALLOW_UNSAFE_AI_BASE_URL: z.stringbool().default(false),
|
||||
FLAG_ALLOW_UNSAFE_OAUTH_REDIRECT_URI: z.stringbool().default(false),
|
||||
|
||||
// Crowdin (optional, for translation tooling)
|
||||
CROWDIN_PROJECT_ID: z.string().optional(),
|
||||
CROWDIN_API_TOKEN: z.string().optional(),
|
||||
GOOGLE_CLOUD_API_KEY: z.string().optional(),
|
||||
},
|
||||
runtimeEnv: process.env,
|
||||
emptyStringAsUndefined: true,
|
||||
|
||||
Reference in New Issue
Block a user