fastify-cli icon indicating copy to clipboard operation
fastify-cli copied to clipboard

Add CLI option to specify directory or file to watch in watch mode

Open gafreax opened this issue 9 months ago • 1 comments

This PR introduces a new option to the CLI watch mode that allows users to specify a directory or file to watch for changes. This enhancement addresses issue #787.

The option are --follow-watch for example

fastify start --followWatch plugins/support.js --watch .

Checklist

gafreax avatar Jan 28 '25 23:01 gafreax