build: disable sqlite provider in canary

This commit is contained in:
Alex Yang 2023-06-29 10:00:41 +08:00
parent b1f478ee5e
commit 86616e152d

View File

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