feat: add spa mode

This commit is contained in:
Yoga Pangestu 2026-01-14 10:00:13 +07:00
parent 5ef72831c3
commit c3948c7775

View File

@ -101,6 +101,7 @@ public function panel(Panel $panel): Panel
'Pelindung', 'Pelindung',
]) ])
->databaseNotifications() ->databaseNotifications()
->databaseNotificationsPolling('30s'); ->databaseNotificationsPolling('30s')
->spa();
} }
} }