mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore(server): stdout is enough for collecting server logging (#9964)
`@google-cloud/logging-winston` is not working well :( 
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user