Add a notify websocket event

This commit is contained in:
Eldritch-Oliver 2025-10-08 23:06:17 -06:00
parent 822094077b
commit e06c500b5c
2 changed files with 58 additions and 0 deletions

View file

@ -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,
};