Vijay Dev

Results 2 comments of Vijay Dev

Thank you so much for all the hours you spent happily or otherwise on this project. I wish you all the best wishes to you and your close ones.

For anyone looking for a quick fix til the official packages are updated -- I wrote a post-install script to update the `package.json` file: ```mjs import fs from 'node:fs/promises'; const...