docs: trim generated prose

This commit is contained in:
Tianyi Cui
2026-07-12 03:36:43 +08:00
parent 3dca90261c
commit 75838e10b5
323 changed files with 2857 additions and 11833 deletions

View File

@@ -10,10 +10,8 @@ import { defineConfig } from 'tsdown'
* (schemastery: dual ESM+CJS; logger-console: extra browser entry).
*/
export default defineConfig({
// Explicit globs: `workspace: true` would also discover examples (any
// package.json), but only vendor and the packages hierarchy are pnpm
// workspaces. The Landlock launcher platform packages ship a prebuilt
// native binary and no JavaScript — nothing to bundle.
// Explicit globs: `workspace: true` would also discover examples (any package.json), but only
// vendor and the packages hierarchy are pnpm workspaces.
workspace: ['vendor/*', 'packages/*/*'],
entry: ['lib/types/index.js'],
outDir: 'lib',