mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
chore(server): stdout is enough for collecting server logging (#9964)
`@google-cloud/logging-winston` is not working well :( 
This commit is contained in:
@@ -10,5 +10,9 @@
|
||||
"outDir": "./dist",
|
||||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
||||
},
|
||||
"references": [{ "path": "../../common/debug" }]
|
||||
"references": [
|
||||
{ "path": "../../common/debug" },
|
||||
{ "path": "../../../tools/cli" },
|
||||
{ "path": "../../../tools/utils" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user