Hi everyone, we have a Ktor application bundled as...
# ktor
c
Hi everyone, we have a Ktor application bundled as a fatjar running an embedded Jetty. Currently our small client side JS is rendered directly on the HTML, it works but it is rapidly becoming cumbersome adding new client side features. Ideally we would like to add a static route for JS files included in the fatJar. Anyone faced this before? Any good advice/idea?