Skip to content

Commit

Permalink
feat: mirror bun (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored Jan 27, 2024
1 parent 9004ce7 commit 26d2ef2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,14 @@ const binaries = {
repo: 'yao-pkg/pkg-fetch',
distUrl: 'https://github.com/yao-pkg/pkg-fetch/releases',
},
bun: {
category: 'bun',
description:
'Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one',
type: BinaryType.GitHub,
repo: 'oven-sh/bun',
distUrl: 'https://github.com/oven-sh/bun/releases',
},
} as const;

export type BinaryName = keyof typeof binaries;
Expand Down

0 comments on commit 26d2ef2

Please sign in to comment.