Skip to content

Commit 26d2ef2

Browse files
authored
1 parent 9004ce7 commit 26d2ef2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/binaries.ts

+8
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,14 @@ const binaries = {
903903
repo: 'yao-pkg/pkg-fetch',
904904
distUrl: 'https://github.com/yao-pkg/pkg-fetch/releases',
905905
},
906+
bun: {
907+
category: 'bun',
908+
description:
909+
'Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one',
910+
type: BinaryType.GitHub,
911+
repo: 'oven-sh/bun',
912+
distUrl: 'https://github.com/oven-sh/bun/releases',
913+
},
906914
} as const;
907915

908916
export type BinaryName = keyof typeof binaries;

0 commit comments

Comments
 (0)