mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
[ci] format
This commit is contained in:
parent
565583bd6c
commit
1eab0b25e6
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ import { getDefaultExportOptions } from 'magicast/helpers';
|
|||
import { detect, resolveCommand } from 'package-manager-detector';
|
||||
import prompts from 'prompts';
|
||||
import maxSatisfying from 'semver/ranges/max-satisfying.js';
|
||||
import type yargsParser from 'yargs-parser';
|
||||
import yoctoSpinner from 'yocto-spinner';
|
||||
import {
|
||||
loadTSConfig,
|
||||
|
@ -32,7 +33,6 @@ import { eventCliSession, telemetry } from '../../events/index.js';
|
|||
import { exec } from '../exec.js';
|
||||
import { type Flags, createLoggerFromFlags, flagsToAstroInlineConfig } from '../flags.js';
|
||||
import { fetchPackageJson, fetchPackageVersions } from '../install-package.js';
|
||||
import type yargsParser from 'yargs-parser';
|
||||
|
||||
interface AddOptions {
|
||||
flags: Flags;
|
||||
|
|
Loading…
Add table
Reference in a new issue