Saad Irfan
Saad Irfan
In this PR, I have added [create-next-pwa](https://github.com/msaaddev/create-next-pwa) which is zero-configuration CLI tool to generate Next.js PWA.
I have added another section of Node.js in this repo. Here you can add Node.js-based CLI tools.
Currently, the tool only supports JavaScript with Next.js, React.js, Gatsby.js, and Vue3. We need to add support for TypeScript as well. So developers who like to work with TypeScript can...
Currently, I have implemented that if a folder already exists then it will let the user know. The bug is if the CLI breaks in the folder, the user does...
When I try to export webshot in my project, I get this error. ``` module "/Users/saadirfan/GitHub/screencapture/node_modules/webshot/lib/webshot" Could not find a declaration file for module 'webshot'. '/Users/saadirfan/GitHub/screencapture/node_modules/webshot/lib/webshot.js' implicitly has an 'any'...
### Description I have a function called `handleSubmitForm` tied to my form `onSubmit`. The function does some checks before calling the `handleSubmit` function of the `useChat`. ```ts const handleSubmitForm =...