feat: adding ota updates

This commit is contained in:
Chubby Granny Chaser
2025-10-13 23:53:44 +01:00
parent cd136c07a6
commit 0ae3e35cb4
5 changed files with 43 additions and 62 deletions

View File

@@ -7,6 +7,8 @@ interface ImportMetaEnv {
readonly MAIN_VITE_CHECKOUT_URL: string;
readonly MAIN_VITE_EXTERNAL_RESOURCES_URL: string;
readonly MAIN_VITE_WS_URL: string;
readonly MAIN_VITE_RENDERER_URL: string;
readonly ELECTRON_RENDERER_URL: string;
}
interface ImportMeta {