I have some static content (javascript) that I would like to be able to call different host based on...
c
I have some static content (javascript) that I would like to be able to call different host based on the environment (local, dev, prod) that the ktor server is running in.. ideas of if there is a way to accomplish this?
b
Load them via http
Alternatively inject them via SSR like kotlinx.html
c
@Big Chungus thanks.. I needed and idea to try.. I am going to try this out and let you know where I landed ..