draply/mac-os-support #1

Merged
draply merged 4 commits from draply/mac-os-support into main 2025-11-11 04:47:10 +01:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 8b643cbb4a - Show all commits

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_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.