slovocast/frontend/build.ts

5 lines
87 B
TypeScript

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