We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cf479 commit 6f911ddCopy full SHA for 6f911dd
next/web/script/generateEnv.js
@@ -8,7 +8,6 @@ const OPTIONAL_ENV_KEYS = [
8
'ENABLE_LEANCLOUD_INTEGRATION',
9
'ALGOLIA_API_KEY',
10
'ENABLE_USER_CONFIRMATION',
11
- 'LEANCHAT_URL',
12
];
13
14
const CUSTOM_ENVS = {
next/web/src/global.d.ts
@@ -9,7 +9,6 @@ interface ImportMetaEnv {
VITE_ALGOLIA_API_KEY?: string;
VITE_ENABLE_TAP_SUPPORT?: string;
VITE_ENABLE_USER_CONFIRMATION?: string;
- VITE_LEANCHAT_URL?: string;
}
15
declare function docsearch(...args: any[]);
0 commit comments