mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 01:44:53 +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:
+1
-4
@@ -86,10 +86,7 @@
|
||||
"FLAG_DISABLE_API_RATE_LIMIT",
|
||||
"FLAG_SHOW_SPONSORS",
|
||||
"FLAG_ALLOW_UNSAFE_OAUTH_REDIRECT_URI",
|
||||
"FLAG_ALLOW_UNSAFE_AI_BASE_URL",
|
||||
"GOOGLE_CLOUD_API_KEY",
|
||||
"CROWDIN_PROJECT_ID",
|
||||
"CROWDIN_API_TOKEN"
|
||||
"FLAG_ALLOW_UNSAFE_AI_BASE_URL"
|
||||
],
|
||||
"tasks": {
|
||||
"build": {
|
||||
|
||||
Reference in New Issue
Block a user