How to export a compose web project to execute it outside a gradle environment? I want to host my compose website, but I couldn't find how to do it. Could you point me to the documentation?
✅ 1
b
Big Chungus
09/24/2021, 9:48 PM
./gradlew jsBrowserProductionExecutable
Big Chungus
09/24/2021, 9:49 PM
Then serve generated js/html files like any other js project