This commit is contained in:
hailin 2025-06-16 21:21:49 +08:00
parent cdb93cc88b
commit f5d5e22884
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export const runtime = 'nodejs'
export const dynamic = 'force-dynamic'
import { NextResponse } from 'next/server'
import { getRuntimeEnv } from '@/lib/ipconfig'
import fs from 'fs'