Skip to content

Commit 6c55a60

Browse files
committed
💚 ci: fix ci
1 parent 0a6e154 commit 6c55a60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/api/gateway.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import { createLobeChatPluginGateway } from '@lobehub/chat-plugins-gateway';
22

3-
export const config = {
4-
runtime: 'edge',
5-
};
6-
73
export default async (req: Request) => {
84
if (process.env.NODE_ENV === 'development') {
95
return createLobeChatPluginGateway()(req);

0 commit comments

Comments
 (0)