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.