Skip to content

Commit

Permalink
vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaki-1052 committed Apr 1, 2024
1 parent b6dd3b0 commit 228577b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
{
"src": "package.json",
"use": "@vercel/node"
},
{
"src": "server.js",
"use": "@vercel/node"
}
],
"routes": [
Expand All @@ -27,9 +31,5 @@
"GOOGLE_API_KEY": "",
"MISTRAL_API_KEY": "",
"CLAUDE_API_KEY": ""
},
"build": {
"env": {
}
}
}

0 comments on commit 228577b

Please sign in to comment.