Finish phase 2

This commit is contained in:
Zerebos
2026-05-23 02:30:27 -04:00
parent 8cef79b2b4
commit f41f8a9c22
5 changed files with 177 additions and 32 deletions
+1
View File
@@ -8,4 +8,5 @@ export const appState = $state({
authMode: 'NONE' as 'NONE' | 'BASIC_AUTH' | 'UI_LOGIN',
platform: 'web' as 'web' | 'tauri' | 'capacitor',
version: '',
idle: false,
})