Hotfix JSON serialization

This commit is contained in:
Renn F
2026-07-01 06:10:45 +02:00
parent f225da65ac
commit ab69851d78
3 changed files with 49 additions and 3 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ prune:
# Clean Cache Files
.PHONY: clean
clean:
@find . | grep -E "(__pycache__|\.pyc|\.pyo|\.pytest_cache|\.ruff_cache|\.mypy_cache|./data/)" | xargs rm -rf
@find . | grep -E "(__pycache__|\.pyc|\.pyo|\.pytest_cache|\.ruff_cache|\.mypy_cache|data/|site/)" | xargs rm -rf
@cd panel && rm -rf node_modules/ && rm -rf .next/ && rm -rf logs/ && rm -rf coverage/
@cd ..