We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d048d6 commit c636898Copy full SHA for c636898
packages/crosswind/build.ts
@@ -1,7 +1,7 @@
1
import { dts } from 'bun-plugin-dtsx'
2
3
await Bun.build({
4
- entrypoints: ['src/index.ts'],
+ entrypoints: ['src/index.ts', 'bin/cli.ts'],
5
outdir: './dist',
6
target: 'bun',
7
plugins: [dts()],
packages/crosswind/package.json
@@ -37,7 +37,7 @@
37
"module": "./dist/index.js",
38
"types": "./dist/index.d.ts",
39
"bin": {
40
- "crosswind": "./dist/bin/cli.js"
+ "crosswind": "./dist/cli.js"
41
},
42
"files": [
43
"README.md",
0 commit comments