refactor: organize desktop vs. mobile into separate folders

This commit is contained in:
Arjun Patel
2026-04-29 08:42:56 -07:00
parent 3d9fe67936
commit 3a11a82cd3
194 changed files with 213 additions and 213 deletions
+10
View File
@@ -0,0 +1,10 @@
// Electron Forge VitePlugin injects these globals at dev/build time.
// Each renderer entry in forge.config.ts gets a pair of constants.
declare const MAIN_WINDOW_VITE_DEV_SERVER_URL: string | undefined;
declare const MAIN_WINDOW_VITE_NAME: string;
declare const AUTOPLAY_WINDOW_VITE_DEV_SERVER_URL: string | undefined;
declare const AUTOPLAY_WINDOW_VITE_NAME: string;
declare const HUDDLE_WINDOW_VITE_DEV_SERVER_URL: string | undefined;
declare const HUDDLE_WINDOW_VITE_NAME: string;
declare const SCREEN_RECORD_WINDOW_VITE_DEV_SERVER_URL: string | undefined;
declare const SCREEN_RECORD_WINDOW_VITE_NAME: string;