refactor: support proxy option

This commit is contained in:
jeasonnow
2024-07-30 16:54:36 +08:00
parent a631e117ca
commit 5752996f89
7 changed files with 17 additions and 3 deletions

3
bin/types.ts vendored
View File

@@ -59,6 +59,9 @@ export interface PakeCliOptions {
/* the domain that can use ipc or tauri javascript sdk */
safeDomain: string[];
// Proxy
proxyUrl: string;
}
export interface PakeAppOptions extends PakeCliOptions {