File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ interface ImportMetaEnv {
77 // injected from llama_deploy
88 readonly VITE_LLAMA_DEPLOY_BASE_PATH : string ;
99 readonly VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME : string ;
10- // deprecated; kept for backwards compat
11- readonly VITE_LLAMA_DEPLOY_DEPLOYMENT_URL_ID ?: string ;
1210 readonly VITE_LLAMA_DEPLOY_PROJECT_ID : string ;
1311}
1412
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ export default defineConfig(({}) => {
3737 "import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME" : JSON . stringify (
3838 deploymentName
3939 ) ,
40- // Keep deprecated URL_ID define for downstream consumers that still reference it
41- "import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_URL_ID" : JSON . stringify (
42- process . env . LLAMA_DEPLOY_DEPLOYMENT_URL_ID || deploymentName
43- ) ,
4440 "import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_BASE_PATH" : JSON . stringify ( basePath ) ,
4541 ...( projectId && {
4642 "import.meta.env.VITE_LLAMA_DEPLOY_PROJECT_ID" :
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ interface ImportMetaEnv {
77 // injected from llama_deploy
88 readonly VITE_LLAMA_DEPLOY_BASE_PATH : string ;
99 readonly VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME : string ;
10- // deprecated; kept for backwards compat
11- readonly VITE_LLAMA_DEPLOY_DEPLOYMENT_URL_ID ?: string ;
1210 readonly VITE_LLAMA_DEPLOY_PROJECT_ID : string ;
1311}
1412
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ export default defineConfig(({}) => {
3737 "import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_NAME" : JSON . stringify (
3838 deploymentName
3939 ) ,
40- // Keep deprecated URL_ID define for downstream consumers that still reference it
41- "import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_URL_ID" : JSON . stringify (
42- process . env . LLAMA_DEPLOY_DEPLOYMENT_URL_ID || deploymentName
43- ) ,
4440 "import.meta.env.VITE_LLAMA_DEPLOY_DEPLOYMENT_BASE_PATH" : JSON . stringify ( basePath ) ,
4541 ...( projectId && {
4642 "import.meta.env.VITE_LLAMA_DEPLOY_PROJECT_ID" :
You can’t perform that action at this time.
0 commit comments