mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
235e0f6785
* feat(CTA): add official support for `pnpm` package manager * adjust post-message formatting [skip ci] * optimize package managers checks
6 lines
206 B
Markdown
6 lines
206 B
Markdown
---
|
|
"create-tauri-app": patch
|
|
---
|
|
|
|
[`pnpm`](https://pnpm.io) package manager is now officially supported, either run `pnpx create-tauri-app` or explicitly specifiy it `npx create-tauri-app --manager pnpm`.
|