asetalias / amibot

A Whatsapp bot for Amizone. Powered by the go-amizone API
MIT License
25 stars 16 forks source link

feat: Migration to bun #48 #51

Closed AnshGupta01 closed 8 months ago

AnshGupta01 commented 8 months ago

The app works on bun as intended. bun dev works the same as yarn dev. Please suggest any other changes, for example any changes to build scripts etc

ditsuke commented 8 months ago

The build, dev manifest scripts etc should use bun instead of node, along with updates to CONTRIBUTING.md with the new way to run them or their equivalents. For reference: https://blog.logrocket.com/migrating-typescript-app-node-js-bun/