Move ooye.db to current working dir
This commit is contained in:
2
start.js
2
start.js
@@ -7,7 +7,7 @@ const HeatSync = require("heatsync")
|
||||
|
||||
const {reg} = require("./src/matrix/read-registration")
|
||||
const passthrough = require("./src/passthrough")
|
||||
const db = new sqlite("src/db/ooye.db")
|
||||
const db = new sqlite("ooye.db")
|
||||
|
||||
/** @type {import("heatsync").default} */ // @ts-ignore
|
||||
const sync = new HeatSync()
|
||||
|
Reference in New Issue
Block a user