Skip to content

Commit

Permalink
fix: finish refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 5, 2022
1 parent 7341f81 commit 2126fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/vite-dev-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export async function startDevServer (startDevServerArgs: StartDevServerOptions)

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

return { port, close: app.httpServer!.close }
return { port, close: viteDevServer.close }
}

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

0 comments on commit 2126fc8

Please sign in to comment.