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
I created a basic server with Deno based on an example of: https://deno.land/
I added some changes and my feeling was that the server would restart with the new changes, but it was not like that.
Is there something integrated in Deno that allows it to be done, like nodemon in NodeJS?
The text was updated successfully, but these errors were encountered:
After #1826 this can be added to the webserver / can write a nodemon-like deno application.
Sorry, something went wrong.
Restarting server should be handled by higher level lib. Writing such lib will be possible after #1826
No branches or pull requests
I created a basic server with Deno based on an example of: https://deno.land/
I added some changes and my feeling was that the server would restart with the new changes, but it was not like that.
Is there something integrated in Deno that allows it to be done, like nodemon in NodeJS?
The text was updated successfully, but these errors were encountered: