-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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/importcache for that file. - Re-register the routes in the running
Appinstance without killing the process.
Acceptance Criteria:
- Modifying a route handler file automatically updates the behavior on the next request without a manual restart.
- Console logs indicate that a reload has occurred.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request