mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 15:39:03 +02:00
♻️ Replace yarn with pnpm (#1693)
This commit is contained in:
parent
c8e78841f1
commit
765a97f3c6
59 changed files with 17816 additions and 16954 deletions
|
@ -4,5 +4,5 @@ set -e
|
|||
export DIRECT_DATABASE_URL=$DATABASE_URL
|
||||
export AUTH_URL=$NEXT_PUBLIC_BASE_URL
|
||||
|
||||
prisma migrate deploy --schema=./prisma/schema.prisma
|
||||
pnpm prisma migrate deploy --schema=./prisma/schema.prisma
|
||||
node apps/web/server.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue