fix: make it work with new vite
This commit is contained in:
@@ -4,7 +4,6 @@ import path from "node:path";
|
||||
|
||||
const DB_FILE = "file:" + path.resolve(DATA_DIR, "db.sqlite");
|
||||
|
||||
// You can specify any property from the libsql connection options
|
||||
export const db = drizzle({
|
||||
connection: {
|
||||
url: DB_FILE,
|
||||
|
||||
Reference in New Issue
Block a user