refactor: use console.info for log consistency and clean up deprecated code

This commit is contained in:
2026-04-17 19:16:13 +02:00
parent 3b074977ed
commit 542a99d23a
6 changed files with 7 additions and 23 deletions

View File

@@ -1,7 +1,5 @@
---
import type { ApiMonitorStatus } from '@worker/types';
// Allow maintenance as a valid runtime state:
type MonitorStatus = ApiMonitorStatus['status'] | 'maintenance';
import UptimeBars from './UptimeBars.astro';
interface Props {