Merge pull request #4 from Northrop-Grumman-Collaboration-Project/tauri-conf-fix
Tauri port number fix
This commit is contained in:
commit
3d94a02a8b
|
@ -2,7 +2,7 @@
|
|||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
"beforeBuildCommand": "pnpm build",
|
||||
"devPath": "http://localhost:1420",
|
||||
"devPath": "http://localhost:4000",
|
||||
"distDir": "../dist",
|
||||
"withGlobalTauri": false
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue