Kelvin Ojiako
05/21/2025, 7:04 PMget("/webapp") {
singlePageApplication {
useResources = true
filesPath = "productionExecutable"
defaultPage = "index.html"
ignoreFiles { it.endsWith(".txt") }
}
}Aleksei Tirman [JB]
05/22/2025, 7:59 AMproductionExecutable package?Kelvin Ojiako
05/22/2025, 3:15 PMwasmJsBrowserDistribution task and then copied the productionExecutable from composeApp/build/dist/wasmJs into the server/src/resources .
Was initially trying to configure a Gradle task for doing the copying it but was not successful in doing so. Gotta brush up on my gradle lol