File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66import chalk from 'chalk' ;
77import { Command , InvalidArgumentError } from 'commander' ;
88
9- import { version } from '../package.json' ;
10- import { CodamaErrorCode } from './codes' ;
11- import { decodeEncodedContext } from './context' ;
12- import { getHumanReadableErrorMessage } from './message-formatter' ;
13- import { CodamaErrorMessages } from './messages' ;
9+ import { version } from '../../ package.json' ;
10+ import { CodamaErrorCode } from '.. /codes' ;
11+ import { decodeEncodedContext } from '.. /context' ;
12+ import { getHumanReadableErrorMessage } from '.. /message-formatter' ;
13+ import { CodamaErrorMessages } from '.. /messages' ;
1414
1515const program = new Command ( ) ;
1616
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { getBuildConfig } from './tsup.config.base';
55export default defineConfig ( [
66 {
77 ...getBuildConfig ( { format : 'esm' , platform : 'node' } ) ,
8- entry : [ './src/cli.ts' ] ,
8+ entry : { cli : './src/cli/index .ts' } ,
99 outExtension ( ) {
1010 return { js : `.mjs` } ;
1111 } ,
You can’t perform that action at this time.
0 commit comments