mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
import { getReactConditionJson } from '../../lib/react-version'
|
|
|
|
export default async (_req) => {
|
|
return Response.json(getReactConditionJson())
|
|
}
|
|
|
|
export const runtime = 'experimental-edge'
|