Skip to content

fix(db): bundle cache schema entries#833

Merged
atinux merged 7 commits intomainfrom
fix/db-schema-cache-export
Feb 12, 2026
Merged

fix(db): bundle cache schema entries#833
atinux merged 7 commits intomainfrom
fix/db-schema-cache-export

Conversation

@onmax
Copy link
Copy Markdown
Contributor

@onmax onmax commented Feb 11, 2026

Original report: nuxt-modules/better-auth#100.

better-auth may generate schema files in node_modules/.cache/nuxt/.nuxt/....
With skipNodeModulesBundle: true, tsdown externalizes that path and can emit absolute re-exports, which break in deploy environments (ERR_MODULE_NOT_FOUND).

Main side effect: slightly larger schema artifact / slightly more build work.

Closes #832

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Feb 11, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
playground f0eb3b0 Commit Preview URL

Branch Preview URL
Feb 12 2026, 02:57 PM

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nuxthub Ready Ready Preview Feb 12, 2026 3:06pm

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Feb 12, 2026

npm i https://pkg.pr.new/@nuxthub/core@833

commit: f0eb3b0

@atinux atinux merged commit 9ef85d6 into main Feb 12, 2026
10 checks passed
@atinux atinux deleted the fix/db-schema-cache-export branch February 12, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

db schema export points to node_modules/.cache path and breaks runtime

2 participants