[PR #4293] [CLOSED] fix(demo): vercel build #5295

Closed
opened 2026-03-13 12:17:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4293
Author: @himself65
Created: 8/28/2025
Status: Closed

Base: canaryHead: himself65/2025/08/28/config


📝 Commits (4)

📊 Changes

8 files changed (+22 additions, -30 deletions)

View changed files

📝 demo/nextjs/next.config.ts (+3 -0)
📝 demo/nextjs/package.json (+1 -2)
📝 packages/better-auth/src/plugins/one-tap/client.ts (+3 -1)
📝 packages/expo/package.json (+1 -3)
📝 packages/expo/src/client.ts (+1 -1)
📝 packages/sso/package.json (+3 -4)
📝 pnpm-lock.yaml (+9 -18)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

Summary by cubic

Add TypeScript project references in the demo Next.js tsconfig to the workspace packages (better-auth, stripe, sso). This fixes Vercel builds by compiling shared packages and resolving types correctly.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/4293 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/28/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `himself65/2025/08/28/config` --- ### 📝 Commits (4) - [`35564b0`](https://github.com/better-auth/better-auth/commit/35564b0330c94bd81dce19b993f08c0aaedbea83) fix(demo): vercel build - [`5edeada`](https://github.com/better-auth/better-auth/commit/5edeadaf6c79c98b5c8195010e1dbe766eddf793) fix: stripe - [`62b45b4`](https://github.com/better-auth/better-auth/commit/62b45b4f7720e7371b84516b182a274df85b648f) fix: skip type check - [`1b87256`](https://github.com/better-auth/better-auth/commit/1b87256b7163d05fbb37e9ff1c23f2d94f0a8f31) fix: more ### 📊 Changes **8 files changed** (+22 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/next.config.ts` (+3 -0) 📝 `demo/nextjs/package.json` (+1 -2) 📝 `packages/better-auth/src/plugins/one-tap/client.ts` (+3 -1) 📝 `packages/expo/package.json` (+1 -3) 📝 `packages/expo/src/client.ts` (+1 -1) 📝 `packages/sso/package.json` (+3 -4) 📝 `pnpm-lock.yaml` (+9 -18) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Add TypeScript project references in the demo Next.js tsconfig to the workspace packages (better-auth, stripe, sso). This fixes Vercel builds by compiling shared packages and resolving types correctly. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 12:17:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#5295