1
Fork 0
bun-playground/build.js

6 lines
102 B
JavaScript
Raw Permalink Normal View History

2024-09-15 20:53:55 +01:00
await Bun.build({
entrypoints: ['./src/js/index.js'],
outdir: './build',
minify: true
});