mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Watch less files when running messenger through Symfony CLI
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user