fix(@vben/turbo-run): fix update @clack/prompts 0.7.0 -> 0.9.1 typescript error

This commit is contained in:
mask 2025-01-20 20:30:39 +08:00
parent 22e6f28464
commit 8bb44019f5

View File

@ -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,