From 531da1a4da99278610cc8009737d8a0e82c96de5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 11 Aug 2026 15:21:53 +0800 Subject: [PATCH] fix: add website.paths to config.json --- conf/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/config.json b/conf/config.json index 221e525..d36a2fb 100644 --- a/conf/config.json +++ b/conf/config.json @@ -26,6 +26,9 @@ "host": "0.0.0.0", "port": 9180, "client_max_size": 104857600, + "paths": [ + ["$[workdir]$/wwwroot", "/"] + ], "processors": [ [".tmpl", "tmpl"], [".ui", "bui"],