Add prisma binary_cache_dir specification to pyproject.toml

This commit is contained in:
Fabian Reinold
2024-07-10 16:26:42 +02:00
committed by GitHub
parent d077148135
commit bac795218d
+4
View File
@@ -98,3 +98,7 @@ version_files = [
[tool.mypy]
plugins = "pydantic.mypy"
[tool.prisma]
# cache engine binaries in a directory relative to your project
binary_cache_dir = '.binaries'