Proper way to close server #1804
Unanswered
avidseeker
asked this question in
Q&A
Replies: 1 comment
-
I usually use kill-port for this task. If you don't want to install the package, just run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I suppose this has to do with npm.js, but still maybe it's related to 11ty.
I use the command
npx @11ty/eleventy --serve
to start 11ty server and I restart it usingCTRL-C
.However, when I restart the server (for debugging purposes), the previous serving task stays in the backgrounds
Question: How do I properly stop the server? because it keeps changing the port: localhost:8080, 8081, 8082, ...
Beta Was this translation helpful? Give feedback.
All reactions