chore(server): stdout is enough for collecting server logging (#9964)

`@google-cloud/logging-winston` is not working well :(

![image](https://github.com/user-attachments/assets/1d5f44e6-7ca5-40b7-bcfa-d22c276ad813)
This commit is contained in:
Brooooooklyn
2025-02-05 13:25:11 +00:00
parent d3400fbe89
commit db1fcf42c9
5 changed files with 22 additions and 271 deletions

View File

@@ -642,7 +642,11 @@ export const PackageList = [
{
location: 'packages/frontend/i18n',
name: '@affine/i18n',
workspaceDependencies: ['packages/common/debug'],
workspaceDependencies: [
'packages/common/debug',
'tools/cli',
'tools/utils',
],
},
{
location: 'packages/frontend/native',