🎨 Optimize the user experience of pnpm

This commit is contained in:
Tw93
2025-08-26 15:30:09 +08:00
parent 752623f3dd
commit e805f93ccc
11 changed files with 77 additions and 27 deletions

2
bin/README.md vendored
View File

@@ -401,7 +401,7 @@ export const DEFAULT_DEV_PAKE_OPTIONS: PakeCliOptions & { url: string } = {
then
```bash
npm run cli:dev
pnpm run cli:dev
```
The script will read the above configuration and packages the specified `app` using `watch` mode, and changes to the `pake-cli` code and `pake` are hot updated in real time.