From 6c55a6090f4145ad4faa0941a64d297e36d23b99 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 30 Dec 2023 22:56:01 +0800 Subject: [PATCH] :green_heart: ci: fix ci --- src/pages/api/gateway.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/api/gateway.ts b/src/pages/api/gateway.ts index 12facf5..f19c789 100644 --- a/src/pages/api/gateway.ts +++ b/src/pages/api/gateway.ts @@ -1,9 +1,5 @@ import { createLobeChatPluginGateway } from '@lobehub/chat-plugins-gateway'; -export const config = { - runtime: 'edge', -}; - export default async (req: Request) => { if (process.env.NODE_ENV === 'development') { return createLobeChatPluginGateway()(req);