Ready for 1.1.2-rc.1

This commit is contained in:
charlesgauthereau
2025-09-23 19:55:07 +02:00
parent 54a233b207
commit 461e3ff7c9
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export const schemas = {
export const db = drizzle({
client: pool,
// logger: true,
logger: process.env.NODE_ENV != 'production',
schema: schemas,
});