fix: flopodb for render

This commit is contained in:
milo
2025-12-10 21:50:32 +01:00
parent e3086e52d7
commit 9591ce941d
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
node_modules node_modules
.env .env
flopobot.db
flopobot.db-shm flopobot.db-shm
flopobot.db-wal flopobot.db-wal
.idea .idea

View File

@@ -1,6 +1,6 @@
import Database from "better-sqlite3"; import Database from "better-sqlite3";
export const flopoDB = new Database("db/flopobot.db"); export const flopoDB = new Database("flopobot.db");
/* ------------------------- /* -------------------------
CREATE ALL TABLES FIRST CREATE ALL TABLES FIRST