🔧 Use vercel config for app (#1412)

This commit is contained in:
Luke Vella 2024-10-24 20:02:14 +01:00 committed by GitHub
parent de8f4ae04d
commit 9bbd8e0790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 7 deletions

View file

@ -1,6 +0,0 @@
#!/bin/sh
set -e
yarn prisma generate
yarn build
# Deploy migration using direct database connection (no connection pool)
DATABASE_URL=$DIRECT_DATABASE_URL yarn db:deploy