Skip to content

Commit 1f534d9

Browse files
committed
fix: connector modal should show pnpm dlx command instead of exec
1 parent 376ccec commit 1f534d9

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)