diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..049db47 --- /dev/null +++ b/vercel.json @@ -0,0 +1,14 @@ +{ + "builds": [ + { + "src": "./src/index/main.py", + "use": "@vercel/python" + } + ], + "routes": [ + { + "src": "/(.*)", + "dest": "main.py" + } + ] + } \ No newline at end of file