mirror of
https://github.com/outbackdingo/pangolin.git
synced 2026-01-27 10:20:03 +00: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