feat(config): use toml config file

This commit is contained in:
2026-02-25 19:06:52 +01:00
parent a276e644a7
commit 825c02b626
10 changed files with 73 additions and 36 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ port = "3030"
root = "www"
[[virtual_hosts]]
domain = "localhost"
# "default" domain is required
domain = "default"
root = "www"
[[virtual_hosts.pages]]