File tree 1 file changed +1
-1
lines changed
packages/astro/src/cli/add
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { getDefaultExportOptions } from 'magicast/helpers';
9
9
import { detect , resolveCommand } from 'package-manager-detector' ;
10
10
import prompts from 'prompts' ;
11
11
import maxSatisfying from 'semver/ranges/max-satisfying.js' ;
12
+ import type yargsParser from 'yargs-parser' ;
12
13
import yoctoSpinner from 'yocto-spinner' ;
13
14
import {
14
15
loadTSConfig ,
@@ -32,7 +33,6 @@ import { eventCliSession, telemetry } from '../../events/index.js';
32
33
import { exec } from '../exec.js' ;
33
34
import { type Flags , createLoggerFromFlags , flagsToAstroInlineConfig } from '../flags.js' ;
34
35
import { fetchPackageJson , fetchPackageVersions } from '../install-package.js' ;
35
- import type yargsParser from 'yargs-parser' ;
36
36
37
37
interface AddOptions {
38
38
flags : Flags ;
You can’t perform that action at this time.
0 commit comments