fix: correct spelling of "Update" in commit message header
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user