Ready for 1.1.2-rc.2

This commit is contained in:
charlesgauthereau
2025-09-23 21:19:11 +02:00
parent f74f378c0b
commit a3f5c4e494
6 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export const schemas = {
export const db = drizzle({
client: pool,
logger: process.env.NODE_ENV != 'production',
// logger: process.env.NODE_ENV != 'production',
schema: schemas,
});