Add a notify websocket event
This commit is contained in:
parent
822094077b
commit
e06c500b5c
2 changed files with 58 additions and 0 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import { localizer } from "../utils/Localizer.mjs";
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
import { notify } from "./notify.mjs";
|
||||
import { updateSands } from "./updateSands.mjs";
|
||||
|
||||
const events = {
|
||||
notify,
|
||||
updateSands,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue