From 601dd24d561ee34a75d215a0521d39f157bdfaf6 Mon Sep 17 00:00:00 2001 From: milo Date: Wed, 10 Dec 2025 18:48:37 +0100 Subject: [PATCH] fix: ./db --- src/database/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database/index.js b/src/database/index.js index 0979c10..a687988 100644 --- a/src/database/index.js +++ b/src/database/index.js @@ -1,6 +1,6 @@ import Database from "better-sqlite3"; -export const flopoDB = new Database("flopobot.db"); +export const flopoDB = new Database("db/flopobot.db"); /* ------------------------- CREATE ALL TABLES FIRST