mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-02 06:39:46 +08:00
chore(server): enable earlyAccessPreview for canary (#4061)
This commit is contained in:
@@ -157,6 +157,12 @@ export interface AFFiNEConfig {
|
||||
* the apollo driver config
|
||||
*/
|
||||
graphql: ApolloDriverConfig;
|
||||
/**
|
||||
* app features flag
|
||||
*/
|
||||
featureFlags: {
|
||||
earlyAccessPreview: boolean;
|
||||
};
|
||||
/**
|
||||
* object storage Config
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user