i built a simple web app and ran `./gradlew wasmJs...
# compose-web
t
i built a simple web app and ran
./gradlew wasmJsBrowserDistribution
i now have a "productionExecutable" folder and want to host it on github pages put when i try to push it gets rejected saying there is a WorkOS Production API Key in *"*skiko.wasm" i didn't put any api keys in my code am i doing something wrong?
a
Are you doing that manually? Maybe you can check this GitHub workflow: https://github.com/terrakok/compose-material-3-gallery/blob/master/.github/workflows/deploy.yaml
t
even with this workflow it fails with the same error
i just tried with an empty project and i get the same error but on compose 1.6.0 it works fine