| 1 | import type { ServerType } from '@hono/node-server' |
| 2 | import type { DevProxyCliOptions, DevProxyConfig } from './types' |
| 3 | import process from 'node:process' |
| 4 | import { serve } from '@hono/node-server' |
nothing calls this directly
no test coverage detected