From f009bb26edc90d01d02bbfc353c6dbc66e92550c Mon Sep 17 00:00:00 2001 From: Phathdt Date: Tue, 17 Oct 2023 14:14:28 +0700 Subject: [PATCH] trigger build 3 --- prisma/prisma.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/prisma.ts b/prisma/prisma.ts index 0e1642e..bae0bc2 100644 --- a/prisma/prisma.ts +++ b/prisma/prisma.ts @@ -11,5 +11,5 @@ if (process.env.NODE_ENV === 'production') { prisma = global.prisma; } -console.log(123); +console.log(1234); export default prisma;