- Monitoring chapters
- possibilities for ToolBarButton.html.twig to have tailwind classes see ChapterListToolbar.php
- Makefile scheduler command
- Makefile make:message command
This commit is contained in:
Jérémy Guillot
2024-07-20 19:40:48 +02:00
parent 7fc2f15f6b
commit ff59aa5d77
21 changed files with 818 additions and 283 deletions

View File

@@ -141,6 +141,12 @@ stimulus: ## Create a new stimulus controller
consume: ## Consume messages
@$(SYMFONY) messenger:consume async -vv
consume-schedule: ## Consume schedule messages
@$(SYMFONY) messenger:consume async -vv scheduler_default
message: ## Create a new message and handler
@$(SYMFONY) make:message
## —— Webpack Encore —————————————————————————————————————————————————————————————
npm-install: ## Install npm dependencies
@$(DOCKER_COMP) exec node npm install --force