build ok,

This commit is contained in:
louiscklaw
2025-04-14 16:07:38 +08:00
parent f18acf7594
commit cf9c3943cc

View File

@@ -0,0 +1,5 @@
export const dynamic = 'force-static';
export async function GET(): Promise<Response> {
return Response.json({ hello: 'world' });
}