mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
chore(examples): example incorrect command (#1068)
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"devUrl": "http://localhost:5173",
|
"devUrl": "http://localhost:5173",
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist",
|
||||||
"beforeDevCommand": "yarn dev",
|
"beforeDevCommand": "pnpm dev",
|
||||||
"beforeBuildCommand": "yarn build"
|
"beforeBuildCommand": "pnpm build"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user