Skip to content

Commit

Permalink
fix: update destpath to ../dist
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Jan 17, 2024
1 parent 2c518c4 commit fce7e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"devPath": "out",
"distDir": "out"
"distDir": "../dist"
},
"package": {
"productName": "VaultGUI",
Expand Down Expand Up @@ -61,4 +61,4 @@
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
}
}
}
}

0 comments on commit fce7e74

Please sign in to comment.