This commit is contained in:
Milo Schwartz 2024-09-29 14:37:26 -04:00
parent 8a009f7fbc
commit 5f768f1855
No known key found for this signature in database
9 changed files with 32 additions and 52 deletions

View file

@ -4,6 +4,8 @@ import * as schema from "@server/db/schema";
import environment from "@server/environment";
import path from "path";
console.log("DB PATH IS:", path.join(environment.CONFIG_PATH, "db", "db.sqlite"))
const sqlite = new Database(
path.join(environment.CONFIG_PATH, "db", "db.sqlite"),
);