From ac04b23b597598ea42ad0479689c4fe2aea02daf Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 16 Jul 2026 15:15:55 +0800 Subject: [PATCH] =?UTF-8?q?chore(build):=20make=20clean=20=E6=B8=85?= =?UTF-8?q?=E9=99=A4=20static/=20SSR=20=E7=BC=93=E5=AD=98=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 10913cb..143e082 100644 --- a/Makefile +++ b/Makefile @@ -205,5 +205,6 @@ clean: @rm -rf public/katex @rm -rf public/mermaid @rm -rf public/doc + @rm -rf static/ @rm -rf uploads/.cache @rm -rf libs/node_modules libs/*/node_modules