Add prisma binary_cache_dir specification to pyproject.toml
This commit is contained in:
parent
d077148135
commit
bac795218d
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user