mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
10 lines
185 B
JavaScript
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!'); |