From 543f166fb9243fe41dd9e86d6dca40c3cc37ea67 Mon Sep 17 00:00:00 2001 From: RTAkland <79452994+RTAkland@users.noreply.github.com> Date: Sat, 7 Jan 2023 21:15:41 +0800 Subject: [PATCH] Update vercel.json --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index d74e717..65e7b71 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,4 @@ -{"builds": [{ "src": "app.py", "use": "@now/python" }], +{"builds": [{ "src": "src/__init__.py.py", "use": "@now/python" }], "routes": [ - { "src": "/", "dest": "src/" }] + { "src": "/", "dest": "src/__init__.py" }] }