mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-21 12:02:15 +08:00
chore(server): enable earlyAccessPreview for canary (#4061)
This commit is contained in:
@@ -106,6 +106,12 @@ 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),
|
||||
};
|
||||
},
|
||||
https: false,
|
||||
host: 'localhost',
|
||||
port: 3010,
|
||||
|
||||
Reference in New Issue
Block a user