> @api-buddy/plugin-utils@2.0.0 prebuild /Users/brechanson/Documents/workspace/api-buddy/packages/utils/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/utils/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/utils/plugin-utils/tsup.config.ts CLI Target: node16 CLI Cleaning output folder ESM Build start CJS Build start ESM dist/index.js 14.21 KB ESM dist/index.js.map 29.97 KB ESM ⚡️ Build success in 94ms CJS dist/index.cjs 16.86 KB CJS dist/index.cjs.map 30.33 KB CJS ⚡️ Build success in 94ms DTS Build start DTS ⚡️ Build success in 5564ms DTS dist/index.d.ts 1.34 KB DTS dist/index.d.cts 1.34 KB