From 8e69bfcb3de0584cda7cefad7028939e7f8a1956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=D1=80=D0=B5=D0=B2?= Date: Sun, 24 May 2026 21:55:29 +0300 Subject: [PATCH] fix(install): reset bundle before export patch Co-authored-by: Cursor --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 8cde5a0..72c3a66 100755 --- a/install.sh +++ b/install.sh @@ -44,6 +44,7 @@ clone_or_update() { apply_patches() { log "Применение патчей фронтенда (export preview/download)..." + git -C "${INSTALL_DIR}" checkout HEAD -- site/assets/index-VQj200iM.js node "${SITE_DIR}/patch-bundle.mjs" }