chore(server): enable earlyAccessPreview for canary (#4061)

This commit is contained in:
LongYinan
2023-08-31 14:41:43 +08:00
committed by GitHub
parent 49d203ac57
commit cc00da9325
4 changed files with 14 additions and 2 deletions
+6
View File
@@ -157,6 +157,12 @@ export interface AFFiNEConfig {
* the apollo driver config
*/
graphql: ApolloDriverConfig;
/**
* app features flag
*/
featureFlags: {
earlyAccessPreview: boolean;
};
/**
* object storage Config
*