mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 17:18:28 +00:00
Fix: remove db.server dependency for prisma from trigger
This commit is contained in:
parent
6094893330
commit
8408964f73
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user