Skip to content

Commit cca8b0d

Browse files
committed
fix: setting node fetch to be the default again
1 parent 5f7ab22 commit cca8b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/node/target.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const node: Target = {
88
info: {
99
key: 'node',
1010
title: 'Node.js',
11-
default: 'native',
11+
default: 'fetch',
1212
cli: 'node %s',
1313
},
1414
clientsById: {

0 commit comments

Comments
 (0)