fix(voice): keep LiveKit TTS tracks alive

This commit is contained in:
Yahya Alhinai
2026-06-28 07:20:54 +00:00
parent 46d277d203
commit c4c65f8802
91 changed files with 16863 additions and 21 deletions
+7 -1
View File
@@ -3,7 +3,13 @@ import tseslint from 'typescript-eslint';
export default tseslint.config(
{
ignores: ['**/dist/**', '**/build/**', '**/node_modules/**', '**/*.config.*'],
ignores: [
'**/dist/**',
'**/build/**',
'**/node_modules/**',
'**/*.config.*',
'examples/livekit-gemini-hacker-starter/**',
],
},
js.configs.recommended,
...tseslint.configs.recommended,