From 06564b5f21199bae5cc0ba419e8415f1783069e1 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 13:44:53 +0000 Subject: [PATCH] Fix: Correct Vercel deployment configuration This commit fixes the Vercel deployment by: - Updating `vercel.json` to include `tele.json` in the build and correcting the routing to handle all requests through the FastAPI application. - Updating `api/main.py` to load `tele.json` from the correct path within the Vercel serverless environment.