chore: enable meta by default

This commit is contained in:
GyDi
2022-05-30 01:30:36 +08:00
parent 7bb924ce5b
commit 54a7d8291b
2 changed files with 7 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ interface Props {
onError: (err: Error) => void;
}
const MULTI_CORE = !!import.meta.env.VITE_MULTI_CORE;
// const MULTI_CORE = !!import.meta.env.VITE_MULTI_CORE;
const MULTI_CORE = true;
const SettingClash = ({ onError }: Props) => {
const { t } = useTranslation();