diff options
| author | Caleb Norton <[email protected]> | 2026-02-07 19:26:10 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-07 19:26:10 -0600 |
| commit | e772fc6e2372cf2b82252d3ce2154696cec25d72 (patch) | |
| tree | 673013b9013b61c0e5225cab97617d246e21cc9e | |
| parent | 4b7abc0a2cfad57fa1d5c82fc91906e654ad8191 (diff) | |
| download | opencode-e772fc6e2372cf2b82252d3ce2154696cec25d72.tar.gz opencode-e772fc6e2372cf2b82252d3ce2154696cec25d72.zip | |
fix: revert "feat(app): add web input focus shortcut (#12493)" (#12639)
| -rw-r--r-- | bun.lock | 2 | ||||
| -rwxr-xr-x | packages/opencode/script/build.ts | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ { "lockfileVersion": 1, - "configVersion": 0, + "configVersion": 1, "workspaces": { "": { "name": "opencode", diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts index b55f04d87..f0b3fa828 100755 --- a/packages/opencode/script/build.ts +++ b/packages/opencode/script/build.ts @@ -1,6 +1,6 @@ #!/usr/bin/env bun -import solidPlugin from "../../../node_modules/@opentui/solid/scripts/solid-plugin" +import solidPlugin from "../node_modules/@opentui/solid/scripts/solid-plugin" import path from "path" import fs from "fs" import { $ } from "bun" |
