Replies: 1 comment 1 reply
-
I don't think there's an option to run the dev mode in this way. CC @aloubyansky |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For development purposes I run quarkus-based application using quarkus:dev inside docker-compose stack. It runs, and next it waits for next actions like well-known 'Press [space] to restart, [e] to edit command line args (currently ''), [:] for the terminal, [h] for more options>
How to run application using quarkus:dev, and allows to finish such execution when main thread (Quarkus Main Thread) stops working? In my scenario I don't need to restart, test or check any other option, just starting from sources is the goal
Beta Was this translation helpful? Give feedback.
All reactions