ci: update vercel settings

This commit is contained in:
2026-09-05 08:47:51 +05:00
parent cc5498b961
commit 61ecb8bb90
3 changed files with 9 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"framework": "sveltekit",
"installCommand": "pnpm install",
"buildCommand": "pnpm --dir apps/web build",
"outputDirectory": "apps/web/.vercel/output"
}