feat: unsupport edgeless

This commit is contained in:
shinya
2025-08-18 23:04:27 +08:00
parent ed3c4239dc
commit 4df244d3a3
28 changed files with 27 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ import { NextRequest, NextResponse } from 'next/server';
import { getConfig } from '@/lib/config';
import { CURRENT_VERSION } from '@/lib/version'
export const runtime = 'edge';
export const runtime = 'nodejs';
export async function GET(request: NextRequest) {
console.log('server-config called: ', request.url);