mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 01:30:26 +08:00
fix(@vben/turbo-run): fix update @clack/prompts 0.7.0 -> 0.9.1 typescript error
This commit is contained in:
parent
22e6f28464
commit
8bb44019f5
@ -25,7 +25,7 @@ export async function run(options: RunOptions) {
|
||||
|
||||
let selectPkg: string | symbol;
|
||||
if (selectPkgs.length > 1) {
|
||||
selectPkg = await select<any, string>({
|
||||
selectPkg = await select({
|
||||
message: `Select the app you need to run [${command}]:`,
|
||||
options: selectPkgs.map((item) => ({
|
||||
label: item?.packageJson.name,
|
||||
|
Loading…
Reference in New Issue
Block a user