fix: tsup config
This commit is contained in:
parent
38ad751644
commit
24a563a1a5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
|
|||
export default defineConfig({
|
||||
clean: true,
|
||||
format: ['cjs'],
|
||||
entry: ['src/index.ts'],
|
||||
entry: ['src/index.ts', 'src/Commands/*.ts'],
|
||||
minify: true,
|
||||
splitting: true,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue