feat: add initial browser voice input prototype

This commit is contained in:
2026-05-11 22:01:23 -04:00
parent 67bd22b27d
commit 3edc41e86c
10 changed files with 10660 additions and 15 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
"isolatedModules": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"]
},
"include": ["webterm/static/js/**/*.ts"],
"include": ["webterm/static/js/**/*"],
"exclude": ["node_modules"]
}