Fix: remove db.server dependency for prisma from trigger

This commit is contained in:
Harshith Mullapudi 2025-08-21 18:42:09 +05:30
parent 6094893330
commit 8408964f73

View File

@ -6,7 +6,7 @@ import {
import { prismaExtension } from "@trigger.dev/build/extensions/prisma";
export default defineConfig({
project: process.env.TRIGGER_PROJECT_ID as string,
project: "proj_jqsgldpqilpdnvpzyzll",
runtime: "node",
logLevel: "log",
// The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.