You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you don't add resteasy or at least vertx-core you don't get a devui by default when running quarkus dev.
We should have something like quarkus dev --ui which would use the new feature of adding extensions on the fly to provide the minimal extension to have devui running even on non-http extensions like kafka/grpc/command mode.
Implementation ideas
p.s. i'm 80% sure I already opened this but couldn't find it.
The text was updated successfully, but these errors were encountered:
Description
if you don't add resteasy or at least vertx-core you don't get a devui by default when running
quarkus dev.We should have something like
quarkus dev --uiwhich would use the new feature of adding extensions on the fly to provide the minimal extension to have devui running even on non-http extensions like kafka/grpc/command mode.Implementation ideas
p.s. i'm 80% sure I already opened this but couldn't find it.
The text was updated successfully, but these errors were encountered: