- chore: 添加 Tauri CLI 开发依赖

- 在 `package.json` 新增 `@tauri-apps/cli`
- 更新 `pnpm-lock.yaml` 锁定文件
- 仅依赖变更,无业务代码改动
This commit is contained in:
Jason
2025-08-24 22:29:32 +08:00
parent 55c62a3753
commit c4791ff523
2 changed files with 122 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"author": "Jason Young",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "^2.8.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",