Update build process and bump version

Removed CLI entrypoint from main build file and created a separate build script for it. Adjusted corresponding configurations in `package.json` to reflect these changes, including updating version from 1.0.14 to 1.0.21.
This commit is contained in:
2024-11-24 11:01:43 -05:00
parent 102fd530c6
commit b10b9085b2
2 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
import isolatedDecl from 'bun-plugin-isolated-decl';
// handles building the library
await Bun.build({
entrypoints: ['./src/cli.ts', './src/index.ts'],
entrypoints: ['./src/index.ts'],
outdir: './dist',
target: 'node',
plugins: [