0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

[ci] format

This commit is contained in:
Matt Kane 2025-03-14 13:54:21 +00:00 committed by astrobot-houston
parent 565583bd6c
commit 1eab0b25e6

View file

@ -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;