feat: unsupport edgeless
This commit is contained in:
@@ -6,7 +6,7 @@ import { getAuthInfoFromCookie } from '@/lib/auth';
|
||||
import { getConfig } from '@/lib/config';
|
||||
import { db } from '@/lib/db';
|
||||
|
||||
export const runtime = 'edge';
|
||||
export const runtime = 'nodejs';
|
||||
|
||||
// 支持的操作类型
|
||||
const ACTIONS = [
|
||||
|
||||
Reference in New Issue
Block a user