has anyone built their own server that serves thei...
# compose-web
a
has anyone built their own server that serves their compose web app? I am currently serving mine via a nodejs server and it's annoying how i need to repackage it to an npm package and then move it to the server. was wondering if i can somehow skip that packaging step using ktor maybe EDIT: my question is irrelevant and the compose web app needs to be packaged no matter what. My actual problem is using kotlin backend code from my nodejs server, which also requires packaging. I think this part i can remove if my server is fully kotlin