From 132cdf3edaee570a592d492d50e10ae19be386fd Mon Sep 17 00:00:00 2001 From: admin-bot Date: Mon, 11 May 2026 13:34:15 +0900 Subject: [PATCH] Fix frontend biome generated cache ignores --- adminfront/biome.json | 1 + 1 file changed, 1 insertion(+) diff --git a/adminfront/biome.json b/adminfront/biome.json index bf601407..8b63b66f 100644 --- a/adminfront/biome.json +++ b/adminfront/biome.json @@ -21,6 +21,7 @@ "files": { "ignore": [ "dist", + ".vite", "node_modules", "tsconfig*.json", "test-results",