Make query optional

This commit is contained in:
Owen
2025-12-04 22:07:38 -05:00
parent 92aed108cd
commit b1b0702886

View File

@@ -73,7 +73,7 @@ function createDb() {
return withReplicas(
DrizzlePostgres(primaryPool, {
logger: process.env.NODE_ENV === "development"
logger: process.env.QUERY_LOGGING === "true"
}),
replicas as any
);