chore: add example feature flag bootstrap

This commit is contained in:
lawvs 2022-08-04 18:29:26 +08:00
parent 07cf74d52f
commit 4a7c6be8a0

View File

@ -9,4 +9,17 @@ export const config: IOption = {
// }
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,
// },
// ],
};