Skip to content

Commit

Permalink
fix(vite): remove process.send call
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Nov 9, 2023
1 parent a86d926 commit 59bcd4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/vite/src/executors/dev-server/dev-server.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ export async function* viteDevServerExecutor(

async function runViteDevServer(server: ViteDevServer): Promise<void> {
await server.listen();
process.send({
type: 'nx.server.ready',
baseUrl: server.resolvedUrls.local[0],
});

server.printUrls();

const processOnExit = async () => {
Expand Down

0 comments on commit 59bcd4c

Please sign in to comment.