claude/clever-raman-a8f9b4 - #98
Merged
Merged
Conversation
pnpm v10 blocks build scripts by default. Add pnpm.onlyBuiltDependencies to package.json to allow esbuild, better-sqlite3, @parcel/watcher, sharp, and vue-demi to run their install/compile scripts. Without this, esbuild cannot build its native binary and nuxt dev fails with "Cannot find native binding" for oxc-transform on Windows. Also update pnpm-lock.yaml: running pnpm install --force on Windows added the missing platform-specific optional deps (@oxc-transform/binding-win32-x64-msvc and others) that were absent because the lockfile was originally generated on Linux. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
zod is used directly in content.config.ts but was only a transitive dep of @nuxt/content. pnpm's strict hoisting doesn't expose transitive deps in node_modules, causing a "zod missing" error at startup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The faq.md lives at /de/database/faq but the query used
.path('/de/database') which matched the index file instead.
The .where('type','=','faq') filter was then unreachable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updates lockfile specifiers to match the worktree package.json version ranges and records zod as a direct dependency in the lockfile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ude/clever-raman-a8f9b4 # Conflicts: # package.json # pnpm-lock.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.