Skip to content

Commit f1a624a

Browse files
committed
chore: fix vercel.json
1 parent b8f26e2 commit f1a624a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"buildCommand": "cd apps/playground && pnpm build",
4-
"devCommand": "cd apps/playground && pnpm dev",
3+
"buildCommand": "pnpm --filter @agent-patterns/playground build",
4+
"devCommand": "pnpm --filter @agent-patterns/playground dev",
55
"installCommand": "pnpm install",
66
"framework": "nextjs",
77
"git": {

0 commit comments

Comments
 (0)