Files
code-tokenizer/build.ts

5 lines
92 B
TypeScript

await Bun.build({
entrypoints: ['./src/cli.ts'],
outdir: './dist',
target: 'node',
});