Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 057bb73

Browse files
committed
chore(example-next-js): improve deployment (#1396)
1 parent 6fc0922 commit 057bb73

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import { toNextHandler } from "@rivetkit/next-js";
22
import { registry } from "@/rivet/registry";
33

4+
export const maxDuration = 60;
5+
46
export const { GET, POST, PUT, PATCH, HEAD, OPTIONS } = toNextHandler(registry);

examples/next-js/vercel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"fluid": false
3+
}

0 commit comments

Comments
 (0)