From bd9950eee68a538e775fac77ef1fd74ce022622c Mon Sep 17 00:00:00 2001 From: Elliott Johnson Date: Tue, 12 May 2026 16:35:47 -0600 Subject: [PATCH] oops --- .tar-get/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tar-get/vercel.json b/.tar-get/vercel.json index 1a87e91330..9ae0130d82 100644 --- a/.tar-get/vercel.json +++ b/.tar-get/vercel.json @@ -1,6 +1,6 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "pnpm -w build && pnpm exec tar-get", - "framework": null, - "installCommand": "pnpm install --frozen-lockfile" + "installCommand": "pnpm install --frozen-lockfile", + "framework": null }