fix: fix toast style by shifting close icon, fix installation issues

This commit is contained in:
Aaron William Po
2023-06-01 21:01:04 -04:00
parent b644e7eeee
commit 81cb95391a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
{
"buildCommand": "npx prisma generate && npx prisma migrate deploy && next build"
"buildCommand": "npx prisma generate && npx prisma migrate deploy && next build",
"installCommand": "npm install --legacy-peer-deps"
}