mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
9e47a5e5f3
commit
46d98858d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue