feat: add interactive burst to the TUI logo (#22098)

This commit is contained in:
Kit Langton
2026-04-13 19:36:28 -04:00
committed by GitHub
parent d199648aeb
commit 43b37346b6
9 changed files with 769 additions and 53 deletions

4
packages/opencode/src/audio.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.wav" {
const file: string
export default file
}