This file is used to configure your project and how it’s bundled.
trigger.config.ts
file. This is generated for you when you follow the quick start guide. This file is used to configure your project and how it’s bundled.
trigger.config.ts
file.
dependenciesToBundle
array in your trigger.config.ts
file.
The Prisma error you might see
prisma.schema
file. This means you need to do a couple of things to get it to work with Trigger:
package.json postinstall `prisma generate`
postinstall
will be run as part of the install step. This is how Next.js recommends you set up Prisma anyway.Add prisma and the schema to trigger.config.ts