Get PointerServer's port from the app

This commit is contained in:
redphx
2024-06-09 11:41:00 +07:00
parent 0d59ab2ee2
commit a3a7a57b51
6 changed files with 17 additions and 8 deletions

View File

@@ -51,6 +51,8 @@ type BxStates = {
serverId: string;
};
}>;
pointerServerPort: number;
}
type DualEnum = {[index: string]: number} & {[index: number]: string};