Hello, I want to deploy my Ktor App to Heroku. The deployment says “Build successful” but when I start the app, I get application error.
Now I saw that I don’t have a .build/install directory in my build folder.
This direcotry is referenced in the .Procfile as direction for heroku where to start the app.
So how can I create this install directory? Thanks a lot!