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: