clean up environment and paths

This commit is contained in:
Milo Schwartz 2024-09-29 21:09:35 -04:00
parent 327175a799
commit db76769fb7
No known key found for this signature in database
7 changed files with 16 additions and 25 deletions

View file

@ -4,8 +4,6 @@ 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"),
);