(opts?: { wsUrl?: string })
| 1527 | } |
| 1528 | } |
| 1529 | export default function startViteHMR(opts?: { wsUrl?: string }) { |
| 1530 | if (VERBOSE) console.log('[hmr-client] Starting HMR client', opts); |
| 1531 | initHmrClient(opts); |
| 1532 | } |
nothing calls this directly
no test coverage detected