Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update Makefile to compile bin.ts instead of index.ts
Updated the `build` target in the Makefile to use `src/bin.ts` instead of `index.ts`, changing the output from `dist/q` to the same. This likely reflects a change in the entry point or compilation target for the project.
- Loading branch information