Skip to content

Commit

Permalink
fixes #6322
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed May 15, 2023
1 parent dcd7c2e commit 4d2230d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-poems-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/dev": patch
---

kill app server when dev server exits
2 changes: 2 additions & 0 deletions packages/remix-dev/devServer_unstable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export let serve = async (
bin + (process.platform === "win32" ? ";" : ":") + process.env.PATH,
REMIX_DEV_HTTP_ORIGIN: stringifyOrigin(httpOrigin),
},
// https://github.com/sindresorhus/execa/issues/433
windowsHide: false,
});

if (newAppServer.stdin)
Expand Down

0 comments on commit 4d2230d

Please sign in to comment.