2026-03-21 15:40:23 +06:00

10 lines
185 B
JavaScript

await Bun.build({
entrypoints: ['./bin/index.js'],
outdir: './dist',
target: 'node',
minify: true,
naming: 'index.js',
});
console.log('✅ Ziex CLI bundled successfully!');