Watch less files when running messenger through Symfony CLI

This commit is contained in:
Fabien Potencier
2025-11-14 08:35:56 +01:00
parent 0ca40df2f8
commit 45a2df6bc0

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: