mac os support

This commit is contained in:
draplydo 2025-11-10 10:38:44 +07:00
parent d9e7ffde26
commit 6998ea5982
2 changed files with 9 additions and 0 deletions

9
env.d.ts vendored
View File

@ -2,3 +2,12 @@
declare const MAIN_WINDOW_VITE_DEV_SERVER_URL: string | undefined; declare const MAIN_WINDOW_VITE_DEV_SERVER_URL: string | undefined;
declare const MAIN_WINDOW_VITE_NAME: string | undefined; declare const MAIN_WINDOW_VITE_NAME: string | undefined;
interface ImportMetaEnv {
readonly VITE_APP_API: string
readonly VITE_NODE_NETWORK?: 'mainnet' | 'testnet'
}
interface ImportMeta {
readonly env: ImportMetaEnv
}

Binary file not shown.