fix: feature flag offline mode

This commit is contained in:
lawvs
2022-08-04 18:13:29 +08:00
parent 42c943f904
commit 07cf74d52f
2 changed files with 12 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ export const config: IOption = {
// id: 'the user's unique identifier'
// }
devModePassword: '-',
enableDataSync: !!process.env['AFFINE_FEATURE_FLAG_TOKEN'],
};