slovocast/frontend/build.ts

5 lines
83 B
TypeScript
Raw Normal View History

await Bun.build({
2024-02-25 03:54:16 +00:00
entrypoints: [ './src/index.ts' ],
outdir: './public/js'
});