feat: auto-upload photo after item creation if image_processing provided

This commit is contained in:
2026-04-21 19:16:42 +03:00
parent 68f52ccb03
commit fab1e81cf6
3 changed files with 473 additions and 2 deletions

View File

@@ -91,7 +91,8 @@
"Bash(curl -k -s https://192.168.84.131:8918/users/)",
"Bash(grep -E \"\\\\.\\(tsx|ts|jsx|js\\)$\")",
"Bash(pkill -9 -f uvicorn)",
"Bash(grep -E \"\\\\.\\(py|txt\\)$\")"
"Bash(grep -E \"\\\\.\\(py|txt\\)$\")",
"Bash(npx vitest *)"
]
}
}