fix(core): avoid using serverUrlPrefix config (#8448)

This commit is contained in:
forehalo
2024-10-08 04:50:02 +00:00
parent cc4be9c670
commit e61ed98ac3
2 changed files with 21 additions and 7 deletions

View File

@@ -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;