mac os support
This commit is contained in:
parent
57ea476e13
commit
cd558deb9c
9
env.d.ts
vendored
9
env.d.ts
vendored
@ -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
|
||||||
|
}
|
||||||
|
|||||||
BIN
packages/neptune-native/neptune-native.darwin-arm64.node
Executable file
BIN
packages/neptune-native/neptune-native.darwin-arm64.node
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user