update deps
This commit is contained in:
parent
cb06aee1fa
commit
1569172d9e
|
|
@ -14,7 +14,5 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const searchParams = new URLSearchParams(window.location.search);
|
export const testServerBaseURL = new URL(window.location.href);
|
||||||
|
testServerBaseURL.port = testServerBaseURL.searchParams.get('testServerPort') ?? testServerBaseURL.port;
|
||||||
export const testServerBaseURL = new URL(self.location.href);
|
|
||||||
testServerBaseURL.port = searchParams.get('testServerPort') ?? testServerBaseURL.port;
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
@trace/**
|
@trace/**
|
||||||
@web/**
|
@web/**
|
||||||
../entries.ts
|
../entries.ts
|
||||||
|
../settings.ts
|
||||||
../geometry.ts
|
../geometry.ts
|
||||||
../../../playwright/src/isomorphic/**
|
../../../playwright/src/isomorphic/**
|
||||||
../third_party/devtools.ts
|
../third_party/devtools.ts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue