refac: electron app

This commit is contained in:
Timothy Jaeryang Baek
2025-01-17 17:05:52 -08:00
parent 70aced7f58
commit f5437dae4a
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export const user: Writable<SessionUser | undefined> = writable(undefined);
// Electron App
export const isApp = writable(false);
export const appVersion = writable(null);
export const appInfo = writable(null);
// Frontend
export const MODEL_DOWNLOAD_POOL = writable({});