Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Fix CTRL+C Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Oct 17, 2023
1 parent f4988d3 commit 50e755f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/runtime/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,8 @@ async function handleViteDevServer() {
'--clearScreen=false',
'--debug=true',
'--host=localhost',
'--port=3000',
'--logLevel=silent',
],
{
stdio: 'inherit',
},
'--port=3000'
]
);

lastViteServer.once('close', (code) => {
Expand Down

0 comments on commit 50e755f

Please sign in to comment.