master #50

Merged
schrumpel merged 101 commits from master into dev 2022-10-22 23:40:03 +00:00
Showing only changes of commit d1f0552619 - Show all commits

View File

@ -126,7 +126,4 @@ import flummpress from "flummpress";
app.listen(cfg.websrv.port); app.listen(cfg.websrv.port);
db.subscribe('*:items', (row, { command, old }) => {
console.log(command, row, old);
});
})(); })();