summary refs log tree commit diff
path: root/scripts/setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup.js')
-rw-r--r--scripts/setup.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/setup.js b/scripts/setup.js

index 13c2492..f1817b7 100644 --- a/scripts/setup.js +++ b/scripts/setup.js
@@ -39,7 +39,6 @@ const passthrough = require("../src/passthrough") const db = new sqlite("ooye.db") const migrate = require("../src/db/migrate") -/** @type {import("heatsync").default} */ // @ts-ignore const sync = new HeatSync({watchFS: false}) Object.assign(passthrough, {sync, db})