设计tracer

This commit is contained in:
2025-11-13 20:41:25 +08:00
parent 0ade49a589
commit 7033208b06
16 changed files with 41 additions and 43 deletions

15
tracers.ts/README.md Normal file
View File

@@ -0,0 +1,15 @@
# tracers.ts
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.23. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.