add multi-architecture support for MacOS
This commit is contained in:
2
bin/types.ts
vendored
2
bin/types.ts
vendored
@@ -24,7 +24,7 @@ export interface PakeCliOptions {
|
||||
debug: boolean;
|
||||
|
||||
/** mutli arch, Supports both Intel and m1 chips, only for Mac */
|
||||
multi_arch: boolean;
|
||||
multiArch: boolean;
|
||||
}
|
||||
|
||||
export interface PakeAppOptions extends PakeCliOptions {
|
||||
|
||||
Reference in New Issue
Block a user