Hey Devs! Hope you are doing well, I just want to...
# compose-web
m
Hey Devs! Hope you are doing well, I just want to know how to deploy website developed using CMP as my current main directory is webMain not jsMain or wasmJs. I tried to run this command: .\gradlew jsBrowserProductionWebpack But I am not getting the html file I am getting only js and wasm files.
it’s the
jsBrowserDistribution
taks you need to run
m
Thanks it's worked fine.