From 15f3183bc08924f37a6c409fd382c143af37b533 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sun, 26 Oct 2025 12:14:24 +0100 Subject: [PATCH] added esbuild --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ef971f3..c5a393d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,8 @@ "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.3.3", "typescript": "^5.7.3", - "vite": "^6.0.7" + "vite": "^6.0.7", + "esbuild": "^0.21.0" }, "scripts": { "dev": "vite",