-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Configure Prisma extension in trigger.config.ts #906
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Updates to Preview Branch (add_prisma_extention_for_trigger_dev) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
CI Feedback 🧐(Feedback updated until commit 35cc019)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
35cc019
to
76eeab7
Compare
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
build: { | ||
extensions: [ | ||
prismaExtension({ | ||
schema: '../../packages/db/prisma/schema.prisma', | ||
}), | ||
], | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Issue
Why is this change needed?
What would you like reviewers to focus on?
Testing Verification
What was done
🤖 Generated by PR Agent at 76eeab7
trigger.config.ts
.package.json
to include@trigger.dev/build
.pnpm-lock.yaml
for compatibility.Detailed Changes
trigger.config.ts
Configure Prisma extension in trigger configuration
frontend/apps/app/trigger.config.ts
prismaExtension
from@trigger.dev/build/extensions/prisma
.build
configuration with Prisma extension setup.package.json
Update dependencies in package.json
frontend/apps/app/package.json
@trigger.dev/build
as a new dependency.@trigger.dev/sdk
.pnpm-lock.yaml
Update dependency versions in pnpm-lock.yaml
pnpm-lock.yaml
@langchain/core
,@langchain/openai
,and
zod
.@trigger.dev/build
.Additional Notes