Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 307 Bytes

File metadata and controls

18 lines (13 loc) · 307 Bytes

browserapi

To install dependencies:

bun install

To execute or build:

  "scripts": {
    "dev": "bun run src/index.ts",
    "build": "bun run build.ts"
  }

This project was created using bun init in bun v1.3.8. Bun is a fast all-in-one JavaScript runtime.