Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/merchant-app/app/api/user/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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