fix: pin prisma version

This commit is contained in:
Nicola Zambello 2025-04-08 18:18:32 +03:00
parent fdf57fa6b6
commit 92a28a9a13
Signed by: nzambello
GPG key ID: 0A7E9D12831FAAF9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -19,3 +19,4 @@ yarn-error.log
*.db
*.sqlite
*.db-journal

View file

@ -15,5 +15,5 @@ set -ex
# swapon /swapfile
# echo 1 > /proc/sys/vm/overcommit_memory
npx prisma migrate deploy
npx prisma@3.9.1 migrate deploy
yarn start