forked from phoenix/litellm-mirror
Change prisma configuration to capsulate all binaries inside application directory with no connection to active user
This commit is contained in:
parent
bac795218d
commit
3de1743cd8
1 changed files with 3 additions and 1 deletions
|
@ -101,4 +101,6 @@ plugins = "pydantic.mypy"
|
||||||
|
|
||||||
[tool.prisma]
|
[tool.prisma]
|
||||||
# cache engine binaries in a directory relative to your project
|
# cache engine binaries in a directory relative to your project
|
||||||
binary_cache_dir = '.binaries'
|
# binary_cache_dir = '.binaries'
|
||||||
|
home_dir = '.prisma'
|
||||||
|
nodeenv_cache_dir = '.nodeenv'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue