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
npm create waku@latest cd waku-project npm run dev open http://localhost:3000/asdf
It hits the root error boundary (which we are discussing removing in #1131) and displays "Connection closed."
If you then
npm run build npm run start open http://localhost:8080/asdf
you will see 404 Not Found from our default Hono notFound handler.
404 Not Found
notFound
That is the expected behavior.
The text was updated successfully, but these errors were encountered:
I can look into this while I work on #1131 unless you already know why the dev server behaves differently. Thanks!
Sorry, something went wrong.
I'll look into it.
Done! #1136
571814d
Successfully merging a pull request may close this issue.
It hits the root error boundary (which we are discussing removing in #1131) and displays "Connection closed."
If you then
you will see
404 Not Found
from our default HononotFound
handler.That is the expected behavior.
The text was updated successfully, but these errors were encountered: