To install dependencies:
bun installTo run:
bun run src/index.tsTo setup:
Place all appIds into the array in apps.json for example it could look like this:
[
730,
440,
570
]This project was created using bun init in bun v1.0.22. Bun is a fast all-in-one JavaScript runtime.