test(server): all instance variants (#7882)

This commit is contained in:
forehalo
2024-08-15 10:01:54 +00:00
parent 624f3514fc
commit e53dde7944
5 changed files with 59 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ export class AppController {
compatibility: this.config.version,
message: `AFFiNE ${this.config.version} Server`,
type: this.config.type,
flavor: this.config.flavor,
flavor: this.config.flavor.type,
};
}
}