aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/bun-link-to-pkg-fixture/README.md
blob: ac47fd79728d847c13f66287a05dddca9a2d9c4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bun-link-to-pkg-fixture

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v0.1.7. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.