We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS Sequoia 15.1.1
3.0.0
I'm having trouble stopping the dev server. Most of the time,ctrl-c will not work.
ctrl-c
npx @11ty/eleventy --serve
control
c
I expect the dev server to close as soon as I enter ctrl-c.
Interestingly, if I start the live server and then enter ctrl-c immendiately after without navigating to http://localhost:8080/, it works just fine...
https://github.com/joshdavham/joshdavham-website
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #3517
Sorry, something went wrong.
No branches or pull requests
Operating system
macOS Sequoia 15.1.1
Eleventy
3.0.0
Describe the bug
I'm having trouble stopping the dev server. Most of the time,
ctrl-c
will not work.Reproduction steps
npx @11ty/eleventy --serve
ctrl-c
(holdcontrol
and pressc
)Expected behavior
I expect the dev server to close as soon as I enter
ctrl-c
.Interestingly, if I start the live server and then enter
ctrl-c
immendiately after without navigating to http://localhost:8080/, it works just fine...Reproduction URL
https://github.com/joshdavham/joshdavham-website
Screenshots
Note that this is after I open the link to the site. If I don't open the link, then `ctrl-c` works just fine and it closes.The text was updated successfully, but these errors were encountered: