Go to file
2024-09-15 19:59:27 +01:00
src upd | callServer 2024-09-15 19:59:27 +01:00
.gitignore init 2024-09-15 21:39:04 +03:00
.prettierrc.yaml init 2024-09-15 21:39:04 +03:00
bun.lockb init 2024-09-15 21:39:04 +03:00
index.d.ts init 2024-09-15 21:39:04 +03:00
package.json init 2024-09-15 21:39:04 +03:00
README.md init 2024-09-15 21:39:04 +03:00
tsconfig.json init 2024-09-15 21:39:04 +03:00

framework-rpc

To install dependencies:

bun install

To run:

bun run src/index.ts

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