fix: improvements from testing

This commit is contained in:
Lucas Smith
2024-03-07 02:57:02 +00:00
parent 9525b9bd63
commit 10ef5b6e51
7 changed files with 54 additions and 18 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
#!/bin/sh
npx prisma migrate deploy --schema ./node_modules/.prisma/client/schema.prisma
set -x
npx prisma migrate deploy --schema ./packages/prisma/schema.prisma
node apps/web/server.js