-
-
Notifications
You must be signed in to change notification settings - Fork 422
[make:entity] use ux-turbo instead of ux-turbo-mercure #1445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
204a62e
to
4f3452f
Compare
@@ -0,0 +1,12 @@ | |||
services: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for local dev's to be able to run mercure tests
}) | ||
->addExtraDependencies('mercure', 'twig') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ux-turbo
installs stimulus-bundle
which requires twig
. But the twig recipe doesn't get generated in the tmp/cache
project. adding it as an extra depend fixes that.
mercure
is needed obviously to pub/sub changes
4f3452f
to
291f49c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
No description provided.