Skip to content

Commit 986df17

Browse files
vilpessoaclaude
andauthored
chore: força redeploy do proxy /api/gemini no Vercel (#86)
Reaplicação do PR #85 para garantir que a função serverless seja publicada com a env var GEMINI_API_KEY já configurada no painel Vercel (o deploy original aconteceu antes da chave ser adicionada). Co-authored-by: Claude <noreply@anthropic.com>
1 parent 19cc170 commit 986df17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/gemini.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Proxy serverless — Vercel detecta automaticamente arquivos em /api
22
// Guarda GEMINI_API_KEY nas variáveis de ambiente do Vercel (nunca no Git).
3+
// Endpoint: POST /api/gemini { action, code, systemInstruction, actionContext }
34

45
export const config = { runtime: 'edge' };
56

0 commit comments

Comments
 (0)