Skip to content

Commit

Permalink
changes in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 14, 2024
1 parent 890e9e1 commit 01cb5bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"build": {
"beforeBuildCommand": "yarn dev",
"beforeDevCommand": "yarn run build",
"devUrl": "http://localhost:4200",
"distDir": "../src/assets"
"beforeBuildCommand": "yarn run build",
"beforeDevCommand": "yarn dev",
"devPath": "http://localhost:4200",
"distDir": "../src/assets",
"withGlobalTauri": false
},
"package": {
"productName": "PackRat",
Expand Down

0 comments on commit 01cb5bc

Please sign in to comment.