> @api-buddy/plugin-utils@2.0.0 prebuild /Users/brechanson/Documents/workspace/api-buddy/packages/plugin-utils > node -e "const { execSync } = require('child_process'); const path = require('path'); const fs = require('fs'); let root = process.cwd(); while (root !== '/' && !fs.existsSync(path.join(root, 'pnpm-workspace.yaml'))) { root = path.dirname(root); } if (root === '/') { console.error('❌ Could not find project root directory'); process.exit(1); } require(path.join(root, 'scripts/ensure-tsup-config.js'));" ℹ️ tsup-config.js already exists > @api-buddy/plugin-utils@2.0.0 build /Users/brechanson/Documents/workspace/api-buddy/packages/plugin-utils > tsup CLI Building entry: src/index.ts CLI Using tsconfig: tsconfig.json CLI tsup v8.5.0 CLI Using tsup config: /Users/brechanson/Documents/workspace/api-buddy/packages/plugin-utils/tsup.config.ts CLI Target: node16 CLI Cleaning output folder ESM Build start CJS Build start CJS dist/index.cjs 3.41 KB CJS dist/index.cjs.map 5.44 KB CJS ⚡️ Build success in 33ms ESM dist/index.js 2.39 KB ESM dist/index.js.map 5.08 KB ESM ⚡️ Build success in 35ms DTS Build start DTS ⚡️ Build success in 5720ms DTS dist/index.d.ts 1.34 KB DTS dist/index.d.cts 1.34 KB