feat: initial voice detection

This commit is contained in:
2026-05-09 18:34:23 +05:00
parent fc7fa489a9
commit b94f37d8dd
7 changed files with 1155 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite'
export default defineConfig({
assetsInlineLimit: 0,
})