mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
fix: flopodb for render
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
node_modules
|
||||
.env
|
||||
|
||||
flopobot.db
|
||||
flopobot.db-shm
|
||||
flopobot.db-wal
|
||||
.idea
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Database from "better-sqlite3";
|
||||
|
||||
export const flopoDB = new Database("db/flopobot.db");
|
||||
export const flopoDB = new Database("flopobot.db");
|
||||
|
||||
/* -------------------------
|
||||
CREATE ALL TABLES FIRST
|
||||
|
||||
Reference in New Issue
Block a user