Restarting the server manually after every route change slows down development.
Technical Implementation:
- Integrate a file watcher (like
chokidar) in the development server.
- When a route file changes, clear the
require/import cache for that file.
- Re-register the routes in the running
App instance without killing the process.
Acceptance Criteria:
Restarting the server manually after every route change slows down development.
Technical Implementation:
chokidar) in the development server.require/importcache for that file.Appinstance without killing the process.Acceptance Criteria: