Skip to content

How to exit/close/kill dev server #12419

Answered by Jaarson
Jaarson asked this question in Q&A
Discussion options

You must be logged in to vote

OK, just figured it out. In terminal:

ps -ax | grep vite

then using PID number and -9 for force kill

kill -9 <PID>

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Jaarson
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@LarsKemmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants