Fix scheduler cleanup edge cases
Some checks failed
ci / openapi (push) Failing after 6s
ci / agent (push) Failing after 5s
ci / server (push) Failing after 7s
ci / stack-smoke (push) Has been skipped
ci / web (push) Failing after 6s

This commit is contained in:
Stanislav Rossovskii
2026-06-23 20:04:08 +04:00
parent a94e0deaba
commit 762c48e96b
5 changed files with 69 additions and 20 deletions

View File

@@ -13,12 +13,6 @@
--font-mono: var(--font-geist-mono);
}
:root[data-theme="dark"] {
--background: #0a0a0a;
--foreground: #ededed;
color-scheme: dark;
}
body {
background: var(--background);
color: var(--foreground);