Skip to content

Commit 93aa27a

Browse files
committed
[Dashboard] Import server-only module in universal bridge links
- Added import statement for "server-only" in links.ts to ensure server-side rendering compatibility.
1 parent fbfccbc commit 93aa27a

File tree

1 file changed

+2
-0
lines changed
  • apps/dashboard/src/@/api/universal-bridge

1 file changed

+2
-0
lines changed

apps/dashboard/src/@/api/universal-bridge/links.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import "server-only";
2+
13
import { DASHBOARD_THIRDWEB_SECRET_KEY } from "@/constants/server-envs";
24
import { UB_BASE_URL } from "./constants";
35

0 commit comments

Comments
 (0)