No description
Find a file
2024-10-17 18:23:54 -05:00
compiler initial 2024-10-17 18:23:54 -05:00
lib initial 2024-10-17 18:23:54 -05:00
server initial 2024-10-17 18:23:54 -05:00
.gitignore initial 2024-10-17 18:23:54 -05:00
bun.lockb initial 2024-10-17 18:23:54 -05:00
index.ts initial 2024-10-17 18:23:54 -05:00
package.json initial 2024-10-17 18:23:54 -05:00
README.md initial 2024-10-17 18:23:54 -05:00
tsconfig.json initial 2024-10-17 18:23:54 -05:00

mzforge

To install dependencies:

bun install

To run:

bun run index.ts

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