Skip to content

Commit

Permalink
Increase timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mad-Kat committed Nov 13, 2024
1 parent d96c333 commit b7ac305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docs/app/api/transform/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import * as swc from "@swc/core";
import cssLoader = require("next-yak/loaders/css-loader");
import path from "path";

export const maxDuration = 60;

const wasmPath = path.resolve(
process.cwd(),
"./node_modules",
Expand Down

0 comments on commit b7ac305

Please sign in to comment.