Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions help/start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ OPTS
[env: FASTIFY_WATCH]
Watch process.cwd() directory for changes, recursively; when that happens, the process will auto reload.

--follow-watch
[env: FASTIFY_FOLLOW_WATCH]
Specify directory or file to watch for changes (default to process.cwd())

--ignore-watch
[env: FASTIFY_IGNORE_WATCH]
Specify directories or files to ignore when watching for changes

-V, --verbose-watch
[env: FASTIFY_VERBOSE_WATCH]
Print all watch events to the console

-x, --prefix
[env: FASTIFY_PREFIX]
Set the prefix
Expand Down