sync
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Dax Raad 2025-10-02 02:22:38 -04:00
parent 9e47a5e5f3
commit 46d98858d2

View file

@ -73,7 +73,7 @@ export const TuiCommand = cmd({
fn: () => Config.get(),
})
const worker = new Worker(import.meta.resolve("./worker.ts"))
const worker = new Worker("./src/cli/cmd/tui/worker.ts")
worker.onerror = console.log
worker.onmessageerror = console.log
const url = await new Promise<string>((resolve) => {