We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7341f81 commit 2126fc8Copy full SHA for 2126fc8
npm/vite-dev-server/src/index.ts
@@ -21,7 +21,7 @@ export async function startDevServer (startDevServerArgs: StartDevServerOptions)
21
22
debug('Component testing vite server started on port', port)
23
24
- return { port, close: app.httpServer!.close }
+ return { port, close: viteDevServer.close }
25
}
26
27
export type CypressViteDevServerConfig = Omit<InlineConfig, 'base' | 'root'>
0 commit comments