chore: add vercel.json config

This commit is contained in:
Chora
2026-02-01 20:28:27 -06:00
parent 68a5bc3a6c
commit b6d55b70aa
2 changed files with 7 additions and 0 deletions

2
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,2 @@
packages:
- '.'

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"framework": "nextjs",
"buildCommand": "pnpm build",
"installCommand": "pnpm install"
}