()
| 108 | httpOriginForVite = origin; |
| 109 | } |
| 110 | export function getHttpOriginForVite(): string | undefined { |
| 111 | return httpOriginForVite; |
| 112 | } |
| 113 | let hmrWsUrl: string | undefined = undefined; |
| 114 | export function setHMRWsUrl(wsUrl: string | undefined) { |
| 115 | hmrWsUrl = wsUrl; |
no outgoing calls
no test coverage detected