Skip to content

Commit ceab14b

Browse files
committed
bug #21576 Watch less files when running messenger through Symfony CLI (fabpot)
This PR was merged into the 6.4 branch. Discussion ---------- Watch less files when running messenger through Symfony CLI Fixes symfony-cli/symfony-cli#534 Commits ------- 45a2df6 Watch less files when running messenger through Symfony CLI
2 parents 0ca40df + 45a2df6 commit ceab14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/symfony_cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Define processes that should start automatically with the server in
541541
# Messenger consumer with file watching
542542
messenger_consume_async:
543543
cmd: ['symfony', 'console', 'messenger:consume', 'async']
544-
watch: ['config', 'src', 'templates', 'vendor']
544+
watch: ['config', 'src', 'templates', 'vendor/composer/installed.json']
545545
546546
# Custom commands
547547
build_spa:

0 commit comments

Comments
 (0)