Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: Add "npm run setup" command to "docs
The package.json file has been modified to include the "npm run setup" command in the "docs:build" and "docs:dev" scripts. This change allows for easier setup and documentation building. Add try-catch block to define SpeechRecognition variable in useRecognition.ts A try-catch block has been added to the useRecognition.ts file to define the SpeechRecognition variable. This change improves error handling and ensures the variable is properly defined.
- Loading branch information