fix: update dockerfile
This commit is contained in:
parent
a47bdfb00d
commit
fae1c7d91a
@ -6,7 +6,7 @@ const DB_FILE = "file:" + path.resolve(DATA_DIR, "db.sqlite");
|
|||||||
|
|
||||||
// You can specify any property from the libsql connection options
|
// You can specify any property from the libsql connection options
|
||||||
export const db = drizzle({
|
export const db = drizzle({
|
||||||
// logger: true,
|
logger: true,
|
||||||
connection: {
|
connection: {
|
||||||
url: DB_FILE,
|
url: DB_FILE,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user