refactor: organize desktop vs. mobile into separate folders
This commit is contained in:
Vendored
+10
@@ -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;
|
||||
Reference in New Issue
Block a user