Skip to content

Commit 54e07f5

Browse files
committed
fixing build [run ci]
1 parent ade40a2 commit 54e07f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/server/lib/browsers/browser-cri-client.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import { _connectAsync, _getDelayMsForRetry } from './protocol'
77
import * as errors from '../errors'
88
import { create, CriClient, DEFAULT_NETWORK_ENABLE_OPTIONS } from './cri-client'
99
import type { ProtocolManagerShape } from '@packages/types'
10-
import { ServiceWorkerFetchHandler, serviceWorkerFetchEventHandler, serviceWorkerFetchEventHandlerName } from '@packages/proxy/lib/http/util/service-worker'
10+
import { serviceWorkerFetchEventHandler, serviceWorkerFetchEventHandlerName } from '@packages/proxy/lib/http/util/service-worker'
11+
import type { ServiceWorkerFetchHandler } from '@packages/proxy/lib/http/util/service-worker'
1112

1213
const debug = Debug('cypress:server:browsers:browser-cri-client')
1314

0 commit comments

Comments
 (0)