Skip to content
Merged
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
2 changes: 1 addition & 1 deletion setup/symfony_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ Define processes that should start automatically with the server in
# Messenger consumer with file watching
messenger_consume_async:
cmd: ['symfony', 'console', 'messenger:consume', 'async']
watch: ['config', 'src', 'templates', 'vendor']
watch: ['config', 'src', 'templates', 'vendor/composer/installed.json']
# Custom commands
build_spa:
Expand Down