Commit Graph

4 Commits

Author SHA1 Message Date
67542301be Refactor project structure and update build scripts
Moved main files to the "src" directory and updated paths accordingly. Adjusted build, start, and dev scripts to use Bun. Added "dist" directory to .gitignore to prevent it from being tracked.
2024-11-14 23:09:37 -05:00
3fa4d72eca Add TypeScript definitions and update package configuration
Added TypeScript type definitions in `lib.d.ts` to improve developer experience and ensure type safety. Updated `package.json` to include the new "types" field and modified `.gitignore` to exclude additional unwanted files.
2024-11-14 15:15:07 -05:00
ba0c279cbc add cq tooling 2024-11-09 11:40:25 -05:00
a98c467a39 init 2024-11-09 10:56:07 -05:00