fix: T2 live — modele gemini-2.5-flash-native-audio-latest

This commit is contained in:
Hermann_Kitio 2026-04-17 04:26:54 +03:00
parent fb506a954f
commit 16617b5c54
2 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,11 @@
"allow": [
"Bash(npm run:*)",
"Bash(SUPABASE_URL=https://dummy.supabase.co SUPABASE_SERVICE_ROLE_KEY=dummy node -e \"import\\('./dist/index.js'\\).then\\(\\(\\) => { console.log\\('IMPORT_OK'\\); process.exit\\(0\\); }\\).catch\\(e => { console.error\\('IMPORT_FAIL:', e.message\\); process.exit\\(1\\); }\\)\")",
"Bash(npm install:*)"
"Bash(npm install:*)",
"Bash(git add:*)",
"Bash(git commit -m ':*)",
"Bash(git push:*)",
"Bash(git commit:*)"
]
}
}