diff --git a/api/vercel.json b/api/vercel.json new file mode 100644 index 0000000..90c4c11 --- /dev/null +++ b/api/vercel.json @@ -0,0 +1,16 @@ +{ + "name": "Team-Moon-API", + "version": 2, + "builds": [ + { + "src": "./index.js", + "use": "@vercel/node" + } + ], + "rewrites": [ + { + "source": "/(.*)", + "destination": "/" + } + ] +}