We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464af6a commit 129da1dCopy full SHA for 129da1d
apps/playground-web/src/app/api/paywall/route.ts
@@ -4,6 +4,8 @@ import { toUnits } from "thirdweb/utils";
4
import { facilitator, settlePayment } from "thirdweb/x402";
5
import { token } from "../../payments/x402/components/constants";
6
7
+export const runtime = "edge";
8
+
9
// Allow streaming responses up to 5 minutes
10
export const maxDuration = 300;
11
0 commit comments