diff --git a/apps/web/vercel.json b/apps/web/vercel.json new file mode 100644 index 0000000..5908f4f --- /dev/null +++ b/apps/web/vercel.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "cd ../.. && turbo build --filter=@tpmjs/web", + "installCommand": "pnpm install" +}