mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
Move ooye.db to current working dir
This commit is contained in:
parent
b8962780ae
commit
01af302796
10 changed files with 20 additions and 18 deletions
|
@ -6,7 +6,7 @@ const HeatSync = require("heatsync")
|
|||
|
||||
const {reg} = require("../src/matrix/read-registration")
|
||||
const passthrough = require("../src/passthrough")
|
||||
const db = new sqlite("db/ooye.db")
|
||||
const db = new sqlite("ooye.db")
|
||||
|
||||
const sync = new HeatSync({watchFS: false})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue