Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve build issues by removing yarn.lock and installing depend…
…encies with npm - Removed yarn.lock to avoid conflicts and ensure consistency in dependency installation. - Ensured successful build using npm. These changes address the build failure caused by missing dependencies in Yarn and ensure the project builds correctly with npm. By switching to npm, we aim to streamline our dependency management and leverage npm's native features and updates.
- Loading branch information