Skip to content

Commit

Permalink
修正して
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnabhan committed Aug 15, 2024
1 parent dc29353 commit f692a44
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion db/prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if (!global.prisma) {
global.prisma.$on(
// @ts-expect-error なぜか型のエラーが出ます。
'query',
// eslint-disable-next-line @typescript-eslint/no-var-requires
// eslint-disable-next-line @typescript-eslint/no-require-imports
require('prisma-query-log').createPrismaQueryEventHandler({ colorParameter: '\u001b[32m', colorQuery: '\u001b[36m' }),
);
}
Expand Down
Loading

0 comments on commit f692a44

Please sign in to comment.