Skip to content

Commit 129da1d

Browse files
committed
Playground: Fix build error
1 parent 464af6a commit 129da1d

File tree

1 file changed

+2
-0
lines changed
  • apps/playground-web/src/app/api/paywall

1 file changed

+2
-0
lines changed

apps/playground-web/src/app/api/paywall/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { toUnits } from "thirdweb/utils";
44
import { facilitator, settlePayment } from "thirdweb/x402";
55
import { token } from "../../payments/x402/components/constants";
66

7+
export const runtime = "edge";
8+
79
// Allow streaming responses up to 5 minutes
810
export const maxDuration = 300;
911

0 commit comments

Comments
 (0)