mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-09 15:06:49 +02:00
♻️ Switch to turborepo (#532)
This commit is contained in:
parent
41ef81aa75
commit
0a836aeec7
419 changed files with 2300 additions and 2504 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
yarn prisma migrate deploy --schema prisma/schema.prisma
|
||||
yarn start
|
||||
prisma migrate deploy --schema=./prisma/schema.prisma
|
||||
node apps/web/server.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue