Parameters support web wasm scenarios

This commit is contained in:
Tw93
2025-08-23 18:26:42 +08:00
parent 11737dbe68
commit 5c920cbd43
11 changed files with 81 additions and 17 deletions

3
bin/types.ts vendored
View File

@@ -78,6 +78,9 @@ export interface PakeCliOptions {
// Launch app in incognito/private mode, default false
incognito: boolean;
// Enable WebAssembly support (Flutter Web, etc.), default false
wasm: boolean;
}
export interface PakeAppOptions extends PakeCliOptions {