mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): avoid using serverUrlPrefix config (#8448)
This commit is contained in:
3
packages/common/env/src/global.ts
vendored
3
packages/common/env/src/global.ts
vendored
@@ -17,6 +17,9 @@ export type BUILD_CONFIG_TYPE = {
|
||||
isMobileWeb: boolean;
|
||||
|
||||
// this is for the electron app
|
||||
/**
|
||||
* @deprecated need to be refactored
|
||||
*/
|
||||
serverUrlPrefix: string;
|
||||
appVersion: string;
|
||||
editorVersion: string;
|
||||
|
||||
Reference in New Issue
Block a user