An open API service indexing awesome lists of open source software.

https://github.com/mingderwang/bun-on-vercel

test deploy bun server on vercel (example of https://github.com/vercel-community/bun)
https://github.com/mingderwang/bun-on-vercel

bun example vercel

Last synced: 26 days ago
JSON representation

test deploy bun server on vercel (example of https://github.com/vercel-community/bun)

Awesome Lists containing this project

README

          

# example

To install dependencies:

```bash
bun install
```

To run:

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

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