1
Fork 0
bun-playground/build.js
2024-09-15 20:53:55 +01:00

5 lines
102 B
JavaScript

await Bun.build({
entrypoints: ['./src/js/index.js'],
outdir: './build',
minify: true
});