5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
await Bun.build({
|
|
entrypoints: [ './src/index.ts' ],
|
|
outdir: './public/js'
|
|
});
|