forked from phoenix/litellm-mirror
Add prisma binary_cache_dir specification to pyproject.toml
This commit is contained in:
parent
d077148135
commit
bac795218d
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue