From 2e29f89791bb0a3f86b5af783636e813ee71b155 Mon Sep 17 00:00:00 2001 From: HELL __ Date: Mon, 30 Jun 2025 17:01:43 +0700 Subject: [PATCH] add --- vercel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..44cb355 --- /dev/null +++ b/vercel.json @@ -0,0 +1,9 @@ +{ + "version": 2, + "builds": [ + { "src": "app.py", "use": "@vercel/python" } + ], + "routes": [ + { "src": "/(.*)", "dest": "app.py" } + ] +} \ No newline at end of file