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 https://github.com/symfony-cli/symfony-cli/issues/534

Commits
-------

45a2df6bc Watch less files when running messenger through Symfony CLI
This commit is contained in:
Fabien Potencier
2025-11-15 09:08:14 +01:00

View File

@@ -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: