Revert "Revert "Merge pull request #42 from toeverything/feat/sub-page""

This reverts commit ecc7080179.
This commit is contained in:
lawvs
2022-08-05 22:44:01 +08:00
parent ecc7080179
commit d86247d627
16 changed files with 164 additions and 63 deletions

View File

@@ -8,4 +8,18 @@ export const config: IOption = {
// id: 'the user's unique identifier'
// }
devModePassword: '-',
enableDataSync: !!process.env['AFFINE_FEATURE_FLAG_TOKEN'],
// bootstrap: [
// {
// // the feature flag key
// id: 'flag',
// // the feature flag value
// variation: false,
// // the variation data type, string is used if not provided
// variationType: VariationDataType.boolean,
// variationOptions: [],
// timestamp: 0,
// sendToExperiment: false,
// },
// ],
};