Skip to content

Commit de10402

Browse files
committed
fix: update frontendDist for tauri building
1 parent 2d959b8 commit de10402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"identifier": "com.angular.tauri.dev",
66
"build": {
7-
"frontendDist": "../dist",
7+
"frontendDist": "../dist/browser",
88
"devUrl": "http://localhost:4200",
99
"beforeDevCommand": "npm run web:serve",
1010
"beforeBuildCommand": "npm run web:prod"

0 commit comments

Comments
 (0)