Skip the queue for standalone worker use
mainIf you want to use the moshi-client with a specific standalone worker instance instead of the default queue, append the worker_addr query parameter to the URL in your browser. The format is /?worker_addr={WORKER_ADDR}, where {WORKER_ADDR} is the address of your worker instance.
Example:
https://localhost:5173/?worker_addr=0.0.0.0:8088
https://localhost:5173/?worker_addr=0.0.0.0:8088