| 1 | import { defineConfig, type Plugin } from 'vite' |
| 2 | import react from '@vitejs/plugin-react' |
| 3 | import type { IncomingMessage, ServerResponse } from 'node:http' |
| 4 | import { spawn, type ChildProcessWithoutNullStreams } from 'node:child_process' |
nothing calls this directly
no test coverage detected