chore: update package manager to pnpm@10.33.0 in package.json

This commit is contained in:
Om Prakash Das
2026-07-02 18:51:57 +05:30
parent ed3eba27ec
commit 82a106e77a
6 changed files with 20 additions and 6034 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ Built with React + Vite + Tailwind CSS and [Untitled UI React](https://www.untit
## Development
```sh
npm install
npm run dev # http://localhost:5173
npm run build # typecheck + production build into dist/
pnpm install
pnpm dev # http://localhost:5173
pnpm build # typecheck + production build into dist/
```
## Docker