add comment
This commit is contained in:
parent
3b82e39d03
commit
f32f9caaeb
|
|
@ -128,7 +128,7 @@ export async function installRootRedirect(server: HttpServer, traceUrls: string[
|
|||
let baseUrl = './trace/';
|
||||
if (process.env.PW_HMR === '1') {
|
||||
params.set('testServerPort', '' + server.port());
|
||||
baseUrl = 'http://localhost:44223/';
|
||||
baseUrl = 'http://localhost:44223/'; // port is hardcoded in build.js
|
||||
}
|
||||
const urlPath = `${baseUrl}${options.webApp || 'index.html'}?${params.toString()}`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue