I’m using Next.js and I’ve been working with npm run start to run my app. When I stop the status (I believe it might be Nginx or just checking system status), the process still seems to be running.
When I restart the status, it shows that Next.js is still running.
Here’s what I’ve tried:
Stopped Nginx (or checked the server status).
Ran npm run start again, but it still shows Next.js is running when I check the status.
Can anyone explain why Next.js keeps running, even after I stop the status? And what can I do to fully stop the process when I no longer need it?