remount-router icon indicating copy to clipboard operation
remount-router copied to clipboard

A simple file-based router for Express.js with automatic routes remounting on file changes without the need to restart the server.

Results 1 remount-router issues
Sort by recently updated
recently updated
newest added

Currently only controller files (`options.controllersPath/options.controllersGlob`) are watched for changes. But maybe we need to remount the router when additional files are changing, these that are required in the controllers, eg....

enhancement