- updated dependencies
- added uv
This commit is contained in:
2026-06-07 02:24:15 -05:00
parent bf069d12c3
commit 86065b30d0
4 changed files with 87 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import os
ms_encoding = "utf-8"
ms_port = "8009"
ms_host = "localhost"
ms_host = "0.0.0.0"
ms_debug = True
ms_reloader = True
html_extension = ".html"