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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'