feat: add static file serving with ETag caching

This commit is contained in:
2026-07-16 10:29:59 +03:00
parent e37545ffff
commit dde18673df
6 changed files with 202 additions and 5 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"port": 8000,
"pipelines_dir": "./storage/pipelines/",
"logs_dir": "./storage/logs/"
"logs_dir": "./storage/logs/",
"web_root": ""
}