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 228577b commit b80930b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@vercel/node"
},
{
"src": "server.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/portal",
Expand All @@ -31,5 +20,9 @@
"GOOGLE_API_KEY": "",
"MISTRAL_API_KEY": "",
"CLAUDE_API_KEY": ""
},
"build": {
"env": {
}
}
}

0 comments on commit b80930b

Please sign in to comment.