This commit is contained in:
aricjean
2026-05-12 13:16:02 -07:00
commit 3af4d06af6
9 changed files with 323 additions and 0 deletions

15
README.md Normal file
View File

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