From 9f965a1e31d66f8082fc5e35fbededb797db805a Mon Sep 17 00:00:00 2001 From: Manish Kumar <153966717+ig-imanish@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:01:09 +0530 Subject: [PATCH 1/3] Create vercel.json --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..fefb0fec --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ + +{ + "version": 2, + "builds": [{ "src": "api/index.js", "use": "@vercel/node" }] +} From bd153ff45059a75663aa2e9fd77c324b031a85c2 Mon Sep 17 00:00:00 2001 From: Manish Kumar <153966717+ig-imanish@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:01:44 +0530 Subject: [PATCH 2/3] Update vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index fefb0fec..7303b911 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { "version": 2, - "builds": [{ "src": "api/index.js", "use": "@vercel/node" }] + "builds": [{ "src": "api.js", "use": "@vercel/node" }] } From 7dfe25ff424388bc13119fcbb59121920335e0b5 Mon Sep 17 00:00:00 2001 From: Manish Kumar <153966717+ig-imanish@users.noreply.github.com> Date: Fri, 18 Jul 2025 19:01:55 +0530 Subject: [PATCH 3/3] Update vercel.json --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 7303b911..2d8bc270 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { "version": 2, - "builds": [{ "src": "api.js", "use": "@vercel/node" }] + "builds": [{ "src": "app.js", "use": "@vercel/node" }] }