Skip to content

Commit 2126fc8

Browse files
committed
fix: finish refactor
1 parent 7341f81 commit 2126fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/vite-dev-server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function startDevServer (startDevServerArgs: StartDevServerOptions)
2121

2222
debug('Component testing vite server started on port', port)
2323

24-
return { port, close: app.httpServer!.close }
24+
return { port, close: viteDevServer.close }
2525
}
2626

2727
export type CypressViteDevServerConfig = Omit<InlineConfig, 'base' | 'root'>

0 commit comments

Comments
 (0)