We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d25fd5 commit 1465229Copy full SHA for 1465229
app.json
render.yaml
@@ -2,13 +2,11 @@ services:
2
- type: web
3
name: vapiai
4
env: node
5
- buildCommand: npm install && npm run build
+ buildCommand: pnpm install && pnpm run build
6
startCommand: node dist/vapiai/main.js
7
envVars:
8
- key: HOST
9
value: "0.0.0.0"
10
- - key: PORT
11
- value: "3000"
12
- key: WEATHER_API_KEY
13
sync: false
14
- key: OPENAI_API_KEY
0 commit comments