From 3270e4b1c9d8b438963ed6a15ff411c06608de88 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 21 Jul 2026 18:30:10 +0800 Subject: [PATCH] fix: add .tmpl processor for bricks BricksUIProcessor --- conf/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/config.json b/conf/config.json index b9b3fd4..41ab30a 100644 --- a/conf/config.json +++ b/conf/config.json @@ -38,6 +38,7 @@ "index.html" ], "processors": [ + [".tmpl", "tmpl"], [".wss", "ws"], [".ws", "ws"], [".ui", "bui"],