Skip to content

Commit

Permalink
feat(gui): Build vite frontend using mode=production (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Nov 19, 2024
1 parent c5958c4 commit 5192114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:ui": "vitest --ui",
"dev": "vite",
"prebuild": "yarn run gen-bindings",
"build": "vite build --mode dev",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
Expand Down Expand Up @@ -66,4 +66,4 @@
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.1"
}
}
}

0 comments on commit 5192114

Please sign in to comment.