build: disable sqlite provider in canary

This commit is contained in:
Alex Yang
2023-06-29 10:00:41 +08:00
parent 97f41ab620
commit 09e38e4a91

View File

@@ -43,7 +43,7 @@ const buildPreset = {
changelogUrl: 'https://github.com/toeverything/AFFiNE/releases', changelogUrl: 'https://github.com/toeverything/AFFiNE/releases',
enablePreloading: true, enablePreloading: true,
enableNewSettingModal: true, enableNewSettingModal: true,
enableSQLiteProvider: true, enableSQLiteProvider: false,
}, },
}; };