We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a22bc0 commit 4884a18Copy full SHA for 4884a18
1 file changed
package.json
@@ -3,6 +3,9 @@
3
"private": true,
4
"version": "0.1.0",
5
"type": "module",
6
+ "pnpm": {
7
+ "onlyBuiltDependencies": ["esbuild", "@tauri-apps/cli", "vite"]
8
+ },
9
"scripts": {
10
"dev": "vite",
11
"build": "tsc && vite build",
0 commit comments