I'm trying to run a Quarkus application that was running just fine in dev mode. I had a basic hello-world app. I added a few other resources just to see how that worked. At some point, my app would no longer stay running. It does build successfully (no errors/failures) but won't stay running. (It should be listening on port 3000). I tried running it with
mvn compile quarkus:dev -X
And while that does produce quite a bit more output, there are no errors. The app just exits. I'm not sure how to go about troubleshooting this.