docs: rebalance prose cleanup and add trimming skill

This commit is contained in:
Tianyi Cui
2026-07-13 23:27:00 +08:00
parent fcdc318dda
commit 148046b9c8
392 changed files with 2801 additions and 1754 deletions

View File

@@ -11,7 +11,8 @@ import { defineConfig } from 'tsdown'
*/
export default defineConfig({
// Explicit globs: `workspace: true` would also discover examples (any package.json), but only
// vendor and the packages hierarchy are pnpm workspaces.
// vendor and the packages hierarchy are pnpm workspaces. Landlock platform packages contain only
// a prebuilt native binary, so they have no JavaScript entry to bundle.
workspace: ['vendor/*', 'packages/*/*'],
entry: ['lib/types/index.js'],
outDir: 'lib',