Skip to content

Commit

Permalink
chore: remove leanchat env
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Dec 25, 2023
1 parent 89cf479 commit 6f911dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion next/web/script/generateEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const OPTIONAL_ENV_KEYS = [
'ENABLE_LEANCLOUD_INTEGRATION',
'ALGOLIA_API_KEY',
'ENABLE_USER_CONFIRMATION',
'LEANCHAT_URL',
];

const CUSTOM_ENVS = {
Expand Down
1 change: 0 additions & 1 deletion next/web/src/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

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

0 comments on commit 6f911dd

Please sign in to comment.