Begin integration of dotnet backend with biergarten nextjs code

This commit is contained in:
Aaron Po
2026-01-26 18:52:16 -05:00
parent 3d8b17320a
commit 7dc7ef4b1a
345 changed files with 0 additions and 0 deletions

4
Website/vercel.json Normal file
View File

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