-
|
I've got this executable in entry config export default defineConfig({
entry: ['src/bin/orval.ts'],
});But when I tried out Package Exports a So I was wondering. Is this a bug or have I misconfigured something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Did you mean |
Beta Was this translation helpful? Give feedback.
-
|
The "bin": {
"cli-name-a": "./dist/a.mjs",
"cli-name-b": "./dist/b.mjs"
} |
Beta Was this translation helpful? Give feedback.
-
|
The package exports feature adds the entry executable to |
Beta Was this translation helpful? Give feedback.

Did you mean
binfield?binis not included in exports feature.