import { NextResponse } from 'next/server' export async function GET() { return NextResponse.json({ hello: 'app' }) } export const maxDuration = 1