From 6e5f150f9484ff865ffc55d44059be382d097ecc Mon Sep 17 00:00:00 2001 From: Ashish Date: Mon, 11 Aug 2025 19:15:03 +0530 Subject: [PATCH] added space to check workflow working --- apps/merchant-app/app/api/user/route.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/merchant-app/app/api/user/route.ts b/apps/merchant-app/app/api/user/route.ts index a7354fa..631a1a3 100644 --- a/apps/merchant-app/app/api/user/route.ts +++ b/apps/merchant-app/app/api/user/route.ts @@ -17,4 +17,6 @@ export const GET = async () => { }) } + + export const dynamic = 'force-dynamic'; // prevents prerendering -> this means dont prerender this route,always run it as runtime.no more db calls at build \ No newline at end of file