I am unable to package a CLI app. Once i do `./gradlew installDist` and call `bin/app` it just exist...
m
I am unable to package a CLI app. Once i do
./gradlew installDist
and call
bin/app
it just exists successfully without doing anything else...
v
Well, maybe your app isn't doing anything more? Can you show your code?
🙏 1
m
Yes. I've debugged it this morning and had a DEV flag set to `true`; the development file wouldn't exist and quit without saying a word. Thanks for the help!
👌 1