Skip to content

Commit 9c97c35

Browse files
author
linyuan.yang
committed
fix
1 parent ad9065f commit 9c97c35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"build": {
77
"frontendDist": "../dist",
88
"devUrl": "http://localhost:1421",
9-
"beforeDevCommand": "pnpm vite dev --port 1421",
10-
"beforeBuildCommand": "pnpm vite build"
9+
"beforeDevCommand": "pnpm --filter @sbox/app exec vite dev --port 1421",
10+
"beforeBuildCommand": "pnpm --filter @sbox/app exec vite build"
1111
},
1212
"app": {
1313
"windows": [

0 commit comments

Comments
 (0)