forked from phoenix/litellm-mirror
Merge pull request #4640 from freinold/main
Fix: Add prisma binary_cache_dir specification to pyproject.toml
This commit is contained in:
commit
60910cbc21
1 changed files with 6 additions and 0 deletions
|
@ -98,3 +98,9 @@ version_files = [
|
|||
|
||||
[tool.mypy]
|
||||
plugins = "pydantic.mypy"
|
||||
|
||||
[tool.prisma]
|
||||
# cache engine binaries in a directory relative to your project
|
||||
# binary_cache_dir = '.binaries'
|
||||
home_dir = '.prisma'
|
||||
nodeenv_cache_dir = '.nodeenv'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue