Skip to content

Commit 32ba285

Browse files
authored
fix: connector modal should show pnpm dlx command instead of exec (#2225)
1 parent 39c2a3b commit 32ba285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Header/ConnectorModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const executeNpmxConnectorCommand = computed(() => {
4141
return getExecuteCommand({
4242
packageName: 'npmx-connector',
4343
packageManager: selectedPM.value,
44+
isBinaryOnly: true,
4445
})
4546
})
4647
</script>

0 commit comments

Comments
 (0)