You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we need to manually restart the server after making changes during development. This process can be time-consuming and interrupt the workflow. Implementing an autoreload tool (such as nodemon or an equivalent Go-based solution) will significantly improve the developer experience by automatically restarting the server when changes are detected.
Proposed Solution
Add a new make watch command in the Makefile to support autoreload functionality.
Currently, we need to manually restart the server after making changes during development. This process can be time-consuming and interrupt the workflow. Implementing an autoreload tool (such as
nodemon
or an equivalent Go-based solution) will significantly improve the developer experience by automatically restarting the server when changes are detected.Proposed Solution
make watch
command in theMakefile
to support autoreload functionality.Benefits
Demo
demo.mov
The text was updated successfully, but these errors were encountered: