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