fix: improve self-host convenience (#5582)

This commit is contained in:
liuyi
2024-01-15 09:24:52 +00:00
parent 2f9b4fd0cf
commit 24e18dd475
8 changed files with 132 additions and 26 deletions

View File

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