feat(app): add web input focus shortcut (#12493)

This commit is contained in:
ChangeHow 2026-02-08 03:35:46 +08:00 committed by GitHub
commit 805207e096
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 28 additions and 2 deletions

View file

@ -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"