No description
Find a file
2024-07-27 16:28:33 -05:00
.vscode initial 2024-07-27 16:28:33 -05:00
src initial 2024-07-27 16:28:33 -05:00
.gitignore initial 2024-07-27 16:28:33 -05:00
biome.json initial 2024-07-27 16:28:33 -05:00
bun.lockb initial 2024-07-27 16:28:33 -05:00
index.ts initial 2024-07-27 16:28:33 -05:00
manifest.json initial 2024-07-27 16:28:33 -05:00
package.json initial 2024-07-27 16:28:33 -05:00
README.md initial 2024-07-27 16:28:33 -05:00
tsconfig.json initial 2024-07-27 16:28:33 -05:00
vite.config.ts initial 2024-07-27 16:28:33 -05:00

tweaks

To install dependencies:

bun install

To run:

bun run index.ts

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