Change prisma configuration to capsulate all binaries inside application directory with no connection to active user

This commit is contained in:
Fabian Reinold 2024-07-10 17:27:01 +02:00 committed by GitHub
parent bac795218d
commit 3de1743cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,4 +101,6 @@ plugins = "pydantic.mypy"
[tool.prisma]
# 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'