Skip to content

Commit

Permalink
use correct dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcpollak committed Jun 5, 2024
1 parent da18ce3 commit 5419d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"identifier": "com.cadmium.dev",
"build": {
"frontendDist": "../web",
"frontendDist": "../web/dist",
"devUrl": "http://localhost:5173",
"beforeDevCommand": "pnpm run dev",
"beforeBuildCommand": "pnpm run build"
Expand Down

0 comments on commit 5419d6f

Please sign in to comment.