fix: correct spelling of "Update" in commit message header

This commit is contained in:
2026-06-14 07:48:10 +00:00
parent ed76d2ecff
commit 3fb1076001
162 changed files with 7011 additions and 1134 deletions
+4
View File
@@ -22,6 +22,10 @@ dev:
prod:
DEVPLACE_STATIC_VERSION=$$(date +%s) DEVPLACE_WEB_WORKERS=2 uvicorn devplacepy.main:app --host 0.0.0.0 --port 10500 --workers 2 --backlog 8192 --proxy-headers --forwarded-allow-ips '*'
delete-pyc:
find . -name "__pycache__" -type d -prune -exec rm -rf {} + 2>/dev/null || true
find . -name "*.pyc" -delete
tree:
git ls-files | tree --fromfile --noreport