diff --git a/api/update.mjs b/api/update.mjs index 2cfb280..69f94c5 100644 --- a/api/update.mjs +++ b/api/update.mjs @@ -1,7 +1,7 @@ import {bot, secretToken} from "../src/bot.mjs"; import {webhookStream} from "vercel-grammy"; -export const config = {runtime: "edge"}; +// export const config = {runtime: "edge"}; // Custom grammY handler for incoming updates via webhooks with streaming response export const POST = webhookStream(bot, {