tauri port number fix

This commit is contained in:
Leaversa 2023-09-15 13:14:39 -07:00
parent d41477b181
commit 10df5f0817
No known key found for this signature in database
GPG Key ID: 662E02550C6A52A3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"devPath": "http://localhost:1420",
"devPath": "http://localhost:4000",
"distDir": "../dist",
"withGlobalTauri": false
},