You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respected sir,
i am totally new to nest js .
export const PRISMA_CLIENT_OPTIONS: PrismaClientOptions = {
log: PRISMA_LOG_CONFIG,
rejectOnNotFound: true,
__internal: {
hooks: {
beforeRequest: (params) => {
// Do something
},
},
},
};
What to put hear i cant understand
Also how to to put seed.
Thanks for your support
The text was updated successfully, but these errors were encountered:
Respected sir,
i am totally new to nest js .
export const PRISMA_CLIENT_OPTIONS: PrismaClientOptions = {
log: PRISMA_LOG_CONFIG,
rejectOnNotFound: true,
__internal: {
hooks: {
beforeRequest: (params) => {
// Do something
},
},
},
};
What to put hear i cant understand
Also how to to put seed.
Thanks for your support
The text was updated successfully, but these errors were encountered: