mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-25 02:48:28 +00:00
Fix: remove db.server dependency for prisma from trigger
This commit is contained in:
parent
6094893330
commit
9b1ff5407f
@ -6,7 +6,7 @@ import {
|
|||||||
import { prismaExtension } from "@trigger.dev/build/extensions/prisma";
|
import { prismaExtension } from "@trigger.dev/build/extensions/prisma";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
project: process.env.TRIGGER_PROJECT_ID as string,
|
project: "proj_jqsgldpqilpdnvpzyzll",
|
||||||
runtime: "node",
|
runtime: "node",
|
||||||
logLevel: "log",
|
logLevel: "log",
|
||||||
// The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.
|
// 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