From 0afd6a67644c18e77c252d4ad19ac954a85a32f1 Mon Sep 17 00:00:00 2001 From: MeowCracker Date: Fri, 4 Apr 2025 18:13:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=86=20vercel=20?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..71b0c45 --- /dev/null +++ b/vercel.json @@ -0,0 +1,18 @@ +{ + "version": 2, + "builds": [ + { + "src": "app.py", + "use": "@vercel/python" + } + ], + "routes": [ + { + "src": "/(.*)", + "dest": "app.py" + } + ], + "region": [ + "hkg1" + ] +}