Skip to content

Commit 0ce6fb5

Browse files
committed
increase stack trace limit to find the issue with mdx rendering
1 parent 0506ce7 commit 0ce6fb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export const WEB_ADDRESS =
55
process.env.NEXT_PUBLIC_WEB_ADDRESS ?? "https://open.mp";
66

77
console.log(API_ADDRESS, WEB_ADDRESS);
8+
9+
Error.stackTraceLimit = 100;

0 commit comments

Comments
 (0)