fix: add website.paths to config.json

This commit is contained in:
yumoqing 2026-08-11 15:21:53 +08:00
parent 2c265d0f3e
commit 531da1a4da

View File

@ -26,6 +26,9 @@
"host": "0.0.0.0",
"port": 9180,
"client_max_size": 104857600,
"paths": [
["$[workdir]$/wwwroot", "/"]
],
"processors": [
[".tmpl", "tmpl"],
[".ui", "bui"],