mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-05-02 06:26:22 -04:00
feat: haveno daemon integration
- create account - login - change password - haveno hooks - electron-store hooks - haveno-ts --- Authored-by: schowdhuri Reviewed-by: localredhead
This commit is contained in:
parent
7bcf36d595
commit
a0c7875391
109 changed files with 2276 additions and 573 deletions
2
types/env.d.ts
vendored
2
types/env.d.ts
vendored
|
@ -30,6 +30,8 @@ interface ImportMetaEnv {
|
|||
* The value of the variable is set in scripts/watch.js and depend on packages/main/vite.config.js
|
||||
*/
|
||||
readonly VITE_DEV_SERVER_URL: undefined | string;
|
||||
readonly VITE_HAVENO_URL: undefined | string;
|
||||
readonly VITE_HAVENO_PASSWORD: undefined | string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue