From 92d578fcad847e2d3e4b2068623685f4a767c9e5 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 28 Jun 2026 02:50:22 -0500 Subject: [PATCH] Actualizar frontend/package.json --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 1000243..dd4567a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build", + "build": "vite build --mode production", "preview": "vite preview" }, "dependencies": {