mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-05 19:17:29 -06:00
remove sqlite driver logger
This commit is contained in:
@@ -14,8 +14,7 @@ bootstrapVolume();
|
||||
function createDb() {
|
||||
const sqlite = new Database(location);
|
||||
return DrizzleSqlite(sqlite, {
|
||||
schema,
|
||||
logger: process.env.NODE_ENV === "development"
|
||||
schema
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user