| 1 | import path from 'node:path' |
| 2 | import { type ServerOptions, type ViteDevServer, createServer } from 'vite' |
| 3 | import { afterEach, describe, expect, test } from 'vitest' |
| 4 | import { hmrPorts, isServe, page, ports } from '~utils' |
nothing calls this directly
no test coverage detected