Skip to content

Commit

Permalink
Add Vercel configuration file for server deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
deepraj21 committed Sep 20, 2024
1 parent 7dfc21e commit f0150fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions server/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"version": 1,
"builds": [
{"src": "server.py", "use": "@vercel/python"}
],
"routes": [
{"src": "/(.*)", "dest": "server.py"}
]
}

0 comments on commit f0150fc

Please sign in to comment.