more horrific, horrific build patching

This commit is contained in:
Jesse Wierzbinski 2024-04-07 00:58:17 -10:00
parent 6a358ce898
commit bd96cfc83f
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -31,7 +31,7 @@ case "$1" in
# Set DATABASE_URL env variable to the output of bun run ./dist/prisma.js
export DATABASE_URL=$(bun run ./prisma.js)
# Execute the Prisma binary
exec ./node_modules/.bin/prisma "$@"
exec bun run ./node_modules/.bin/prisma "$@"
;;
*)
# Run custom commands