fix(live-conversation): harden agent runtime setup

This commit is contained in:
Yahya Alhinai
2026-06-28 08:09:48 +00:00
parent 97e5af4487
commit a80a737ea7
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ export default tseslint.config(
'**/dist/**',
'**/build/**',
'**/node_modules/**',
'**/.venv/**',
'**/*.config.*',
'examples/livekit-gemini-hacker-starter/**',
],