From d458235a0438e08cf38a65c4f210b2e7dea87c1c Mon Sep 17 00:00:00 2001 From: Ariel Menezes <69123486+ArielMAJ@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:28:52 +0000 Subject: [PATCH] fix: adjust vercel build --- .vercelignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vercelignore diff --git a/.vercelignore b/.vercelignore new file mode 100644 index 0000000..379863f --- /dev/null +++ b/.vercelignore @@ -0,0 +1,4 @@ +# Force Vercel to use requirements.txt instead of pyproject.toml +# See: https://github.com/vercel/vercel/issues/14041 +pyproject.toml +poetry.lock \ No newline at end of file