feat: add podkop log watcher with alerts

This commit is contained in:
divocat
2025-10-18 23:02:35 +03:00
parent f6e347af78
commit 213b4603b7
4 changed files with 204 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ declare global {
const ui = {
showModal: (_title: stirng, _content: HtmlElement) => undefined,
hideModal: () => undefined,
addNotification: (
_title: string,
_children: HtmlElement | HtmlElement[],
_className?: string,
) => undefined,
};
}