Skip to content

Commit

Permalink
fix: remove detached
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 15, 2024
1 parent 24f2f6c commit 558a25e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ export async function startVerdaccioServer({
storage,
...opt,
}),
// This ensures the process runs independently and does not get closed on parent process exit
detached: true,
shell: true,
observer: {
onStdout: (stdout: string, childProcess) => {
Expand Down

0 comments on commit 558a25e

Please sign in to comment.