Skip to content

Commit 6f911dd

Browse files
committed
chore: remove leanchat env
1 parent 89cf479 commit 6f911dd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

next/web/script/generateEnv.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const OPTIONAL_ENV_KEYS = [
88
'ENABLE_LEANCLOUD_INTEGRATION',
99
'ALGOLIA_API_KEY',
1010
'ENABLE_USER_CONFIRMATION',
11-
'LEANCHAT_URL',
1211
];
1312

1413
const CUSTOM_ENVS = {

next/web/src/global.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ interface ImportMetaEnv {
99
VITE_ALGOLIA_API_KEY?: string;
1010
VITE_ENABLE_TAP_SUPPORT?: string;
1111
VITE_ENABLE_USER_CONFIRMATION?: string;
12-
VITE_LEANCHAT_URL?: string;
1312
}
1413

1514
declare function docsearch(...args: any[]);

0 commit comments

Comments
 (0)