From 5bd1333928f9c142d41baa6e35e308bb91234586 Mon Sep 17 00:00:00 2001 From: PTah Date: Sun, 21 Jun 2026 20:19:42 +1000 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20remove=20UTF-8=20BOM=20from=20?= =?UTF-8?q?package.json=20=E2=80=94=20breaks=20vite=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PostCSS config load failed with SyntaxError at position 0 on Linux deploy. --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 2ba0745..f17df46 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,4 +1,4 @@ -{ +{ "name": "sac-ui", "private": true, "version": "0.11.1",