mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 23:37:15 +08:00
fix(server): earlyAccessPreview env override (#4898)
This commit is contained in:
@@ -117,11 +117,8 @@ export const getDefaultAFFiNEConfig: () => AFFiNEConfig = () => {
|
||||
get deploy() {
|
||||
return !this.node.dev && !this.node.test;
|
||||
},
|
||||
get featureFlags() {
|
||||
return {
|
||||
earlyAccessPreview:
|
||||
this.node.prod && (this.affine.beta || this.affine.canary),
|
||||
};
|
||||
featureFlags: {
|
||||
earlyAccessPreview: false,
|
||||
},
|
||||
get https() {
|
||||
return !this.node.dev;
|
||||
|
||||
Reference in New Issue
Block a user