handsign_gloves / render.yaml
sanketskg's picture
feat: smart glove simulator with Gemini 2.5 Flash grammar agent
a3202c3
Raw
History Blame Contribute Delete
375 Bytes
services:
- type: web
name: smart-glove-simulator
env: node
plan: free
buildCommand: npm install
startCommand: npm start
envVars:
- key: GEMINI_API_KEY
sync: false # set this manually in Render dashboard → Environment
- key: GEMINI_MODEL
value: gemini-2.5-flash
- key: NODE_ENV
value: production