Skip to content

Commit 66dbce4

Browse files
fix: deploy with vercel under free plan
1 parent a8a108e commit 66dbce4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/pages/api/trpc/[trpc].ts

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ import { env } from "@/src/env.mjs";
44
import { createTRPCContext } from "@/src/server/api/trpc";
55
import { appRouter } from "@/src/server/api/root";
66

7-
export const config = {
8-
maxDuration: 120,
9-
};
10-
117
// export API handler
128
export default createNextApiHandler({
139
router: appRouter,

vercel.json

-8
This file was deleted.

0 commit comments

Comments
 (0)