diff --git a/sundynix-desktop/frontend/package.json b/sundynix-desktop/frontend/package.json index 31dd213..ee1499a 100644 --- a/sundynix-desktop/frontend/package.json +++ b/sundynix-desktop/frontend/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", + "build:dev": "vite build --mode development", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest"