feat(ui): port error pages, standardize fonts to Geist, and add health status page

This commit is contained in:
dyzulk
2025-12-31 10:50:50 +07:00
parent 37948c4682
commit dca9ad1799
26 changed files with 1596 additions and 277 deletions

View File

@@ -1 +1,6 @@
import './bootstrap';
import Alpine from 'alpinejs';
window.Alpine = Alpine;
Alpine.start();