1
0
mirror of synced 2024-11-12 01:10:47 +01:00
This commit is contained in:
Luna Nightshade 2023-06-21 18:06:41 +02:00
parent d7f9c6eeb8
commit d0e64c77c5
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
yarn build_protos
npm run build_protos

View File

@ -1 +1 @@
yarn dev
npm run dev

View File

@ -1,2 +1,2 @@
yarn prisma generate
yarn prisma migrate deploy
npx prisma generate
npx prisma migrate deploy