From 5192114d6d8a01d226feb9687d7b388c24fbc873 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:25:58 +0100 Subject: [PATCH] feat(gui): Build vite frontend using mode=production (#192) --- src-gui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-gui/package.json b/src-gui/package.json index d4cac066..f609304a 100644 --- a/src-gui/package.json +++ b/src-gui/package.json @@ -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" }, @@ -66,4 +66,4 @@ "vite-tsconfig-paths": "^4.3.2", "vitest": "^2.1.1" } -} +} \ No newline at end of file