<#C0A974TJ9|ktor> I have a web REST API which runs...
# server
k
#ktor I have a web REST API which runs on Netty. I managed to successfully deploy it to Heroku. I expected the Heroku's Java buildpack to automatically detect Ktor framework. I tried executing the command heroku ps:scale web=1 to at least get one instance of the app running, which resulted me to getting the error Couldn't find that process type. Anyone who have experienced this and what did they do?
o
@codefinger ^^
k
Let me reach out to him. Thanks