Skip to content

Commit

Permalink
And bun works now!
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Aug 3, 2024
1 parent a05b8c9 commit 1876ee4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ deno compile -A -c tsconfig.json index.ts

The binaries will be called `quickSubmit(.exe)`.

Update: It turns out `bun` fixed the issue that caused me to switch to `deno`, and `bun` works now.
Compile using `bun`:

```bash
bun build ./index.ts --compile
```

## Usage

```
Expand Down
19 changes: 13 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1876ee4

Please sign in to comment.