Port API to vercel

This commit is contained in:
Trevor Blades
2021-06-24 16:17:12 -07:00
parent f62305fc12
commit 34f9c154f3
5 changed files with 509 additions and 672 deletions

8
vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/",
"destination": "/api/graphql"
}
]
}