Skip to content

Commit

Permalink
💚 ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 30, 2023
1 parent 0a6e154 commit 6c55a60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/api/gateway.ts
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 6c55a60

Please sign in to comment.