mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
more horrific, horrific build patching
This commit is contained in:
parent
6a358ce898
commit
bd96cfc83f
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue