5 lines
163 B
TypeScript
Raw Normal View History

2025-10-21 01:14:13 +07:00
/// <reference types="vite/client" />
2025-10-29 19:55:44 +07:00
declare const MAIN_WINDOW_VITE_DEV_SERVER_URL: string | undefined;
declare const MAIN_WINDOW_VITE_NAME: string | undefined;