The launch url is hardcoded to 'localhost'. I am wanting to do remote testing - via docker. This blocks me from being able to allow my test docker environment from using a custom url to the container hosting the vite server.
|
this.launchUrl = this.baseUrl = `http://localhost:${vite_port}`; |