mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Update Prisma binary execution path
This commit is contained in:
parent
79f278e0bf
commit
6a358ce898
|
|
@ -31,7 +31,7 @@ case "$1" in
|
||||||
# Set DATABASE_URL env variable to the output of bun run ./dist/prisma.js
|
# Set DATABASE_URL env variable to the output of bun run ./dist/prisma.js
|
||||||
export DATABASE_URL=$(bun run ./prisma.js)
|
export DATABASE_URL=$(bun run ./prisma.js)
|
||||||
# Execute the Prisma binary
|
# Execute the Prisma binary
|
||||||
exec bunx prisma "$@"
|
exec ./node_modules/.bin/prisma "$@"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Run custom commands
|
# Run custom commands
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue