✨ Support setting proxy URL
This commit is contained in:
2
bin/options/index.ts
vendored
2
bin/options/index.ts
vendored
@@ -20,6 +20,7 @@ function isValidName(name: string, platform: NodeJS.Platform): boolean {
|
||||
return !!name && reg.test(name);
|
||||
}
|
||||
|
||||
|
||||
export default async function handleOptions(
|
||||
options: PakeCliOptions,
|
||||
url: string,
|
||||
@@ -56,6 +57,7 @@ export default async function handleOptions(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const appOptions: PakeAppOptions = {
|
||||
...options,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user