seed initial setup

This commit is contained in:
Cadence Ember 2023-05-10 23:17:37 +12:00
parent 22dde9faf7
commit 38d7db5071
4 changed files with 57 additions and 2 deletions

View file

@ -7,7 +7,6 @@ const config = require("../config")
const passthrough = require("../passthrough")
const db = new sqlite("db/ooye.db")
// @ts-ignore
const sync = new HeatSync({watchFS: false})
Object.assign(passthrough, { config, sync, db })