summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorCadence Ember <cadence@disroot.org>2024-10-05 02:23:58 +1300
committerCadence Ember <cadence@disroot.org>2024-10-05 02:23:58 +1300
commit6f7ed829b80d3886ab2f1739f433b8a4258eee48 (patch)
tree8f75770620b915d38f8de894ceb8d56c7fc981bb /scripts
parentHost QR codes locally (diff)
downloadout-of-your-element-6f7ed829b80d3886ab2f1739f433b8a4258eee48.tar.xz
Create and populate guild_id column
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setup.js1
-rwxr-xr-xscripts/start-server.js1
2 files changed, 0 insertions, 2 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}) diff --git a/scripts/start-server.js b/scripts/start-server.js
index 430b3ba..f09c458 100755 --- a/scripts/start-server.js +++ b/scripts/start-server.js
@@ -12,7 +12,6 @@ const {reg} = require("../src/matrix/read-registration") const passthrough = require("../src/passthrough") const db = new sqlite("ooye.db") -/** @type {import("heatsync").default} */ // @ts-ignore const sync = new HeatSync() Object.assign(passthrough, {sync, db})