Update
Cli Update
Cli provides a large number of command line tools for creating various source file skeletons. It is recommended to keep them updated
bash
$ pnpm add -g zova-cli
Framework Update
- Regular update
bash
$ pnpm update
- If you encounter any dependency-related problems, you can force a reinstall
bash
$ pnpm install --force