diff --git a/src/connectionInfo/connection.ts b/src/connectionInfo/connection.ts index 7e8a8bb2..9e4a57ee 100644 --- a/src/connectionInfo/connection.ts +++ b/src/connectionInfo/connection.ts @@ -27,8 +27,6 @@ export interface ConnectionInfo { * is also needed from the `PreviewManager`. */ export class Connection extends Disposable { - public httpServerBase: string | undefined; - public wsServerBase: string | undefined; public wsPath = ''; private readonly _onConnected = this._register(