main
Entry point for the DevTools server.
Run this to start the server:
./gradlew :reaktiv-devtools:macosArm64Binaries
./reaktiv-devtools/build/bin/macosArm64/releaseExecutable/reaktiv-devtools.kexe [ui-path]Content copied to clipboard
If ui-path is provided, the WASM UI will be served from that directory. Otherwise, only the WebSocket endpoint will be available.
Example with UI:
./reaktiv-devtools.kexe build/dist/wasmJs/productionExecutableContent copied to clipboard