To install dependencies:
bun install
To run:
bun run src/index.ts
To 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.