Skip to content

Commit

Permalink
feat(constants): add database path constant
Browse files Browse the repository at this point in the history
  • Loading branch information
RajaRakoto committed Nov 23, 2024
1 parent f05f8a6 commit 3857e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export const DEV_MODE = true;

// path
export const FONT_PATH = "./fonts/Standard.flf";
export const DATABASE_PATH = DEV_MODE ? "drizzle/lucy.db" : "dist/lucy.db";

0 comments on commit 3857e8b

Please sign in to comment.