Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit d523ae939a - Show all commits
+1 -2
View File
@@ -653,8 +653,7 @@ alias pull-www="download-website"
alias www-pull="download-website"
function run-site {
# TBD: Run a folder with HTML as a website on port $1 (8080 default)
sleep 0
python3 -m http.server
}
alias run-html="run-site"
alias exec-site="run-site"