From 45a2df6bc0e81a7b9388139ebbbce3444ce0e870 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 14 Nov 2025 08:35:56 +0100 Subject: [PATCH] Watch less files when running messenger through Symfony CLI --- setup/symfony_cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/symfony_cli.rst b/setup/symfony_cli.rst index 0fdd5b834e5..e3c00570701 100644 --- a/setup/symfony_cli.rst +++ b/setup/symfony_cli.rst @@ -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: