Ready for 1.1.3

This commit is contained in:
charlesgauthereau
2025-11-07 22:04:10 +01:00
parent b0775e82ea
commit cf8e5b7094
6 changed files with 8 additions and 58 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,
});