Netlify fix env vars and Deploy prisma #69

Merged
BenjaminPalko merged 4 commits from netlify-logging into master 2025-01-26 19:48:26 -05:00
Showing only changes of commit 39cb8df6c6 - Show all commits

View file

@ -1,3 +1,3 @@
[build] [build]
command = "bun run build" command = "bunx prisma migrate deploy && bun run build"
publish = "build" publish = "build"