Skip to content

Commit b8ae015

Browse files
fix build failure
1 parent 47a9913 commit b8ae015

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/web/src/app/(app)/layout.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* All routes under (app) are dynamic since the layout calls auth() and
3+
* accesses headers.
4+
*/
5+
export const dynamic = 'force-dynamic';
6+
17
import { __unsafePrisma } from "@/prisma";
28
import { auth } from "@/auth";
39
import { isServiceError } from "@/lib/utils";

0 commit comments

Comments
 (0)