File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/create-commandkit/src Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import fs from 'fs-extra';
3
3
import path from 'node:path' ;
4
4
5
5
import type { PackageManager } from '../types' ;
6
- import { commands } from '../utils' ;
6
+ import { commands } from '../utils.js ' ;
7
7
8
8
interface SetupProps {
9
9
manager : PackageManager ;
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import { execSync } from 'node:child_process';
8
8
import path from 'node:path' ;
9
9
import colors from 'picocolors' ;
10
10
11
- import { copyTemplates } from './functions/copyTemplates' ;
12
- import { installDeps } from './functions/installDeps' ;
13
- import { setup } from './functions/setup' ;
11
+ import { copyTemplates } from './functions/copyTemplates.js ' ;
12
+ import { installDeps } from './functions/installDeps.js ' ;
13
+ import { setup } from './functions/setup.js ' ;
14
14
import type { Language , PackageManager } from './types' ;
15
- import { textColors } from './utils' ;
15
+ import { textColors } from './utils.js ' ;
16
16
17
17
const commandkitGradient = gradient ( textColors . commandkit ) ( 'CommandKit' ) ;
18
18
intro ( `Welcome to ${ commandkitGradient } !` ) ;
You can’t perform that action at this time.
0 commit comments