mirror of
https://github.com/withastro/astro.git
synced 2025-01-23 11:01:54 -05:00
[ci] format
This commit is contained in:
parent
0464563e52
commit
45414a21cc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import { createRequire } from 'node:module';
|
||||
import { pathToFileURL } from 'node:url';
|
||||
import boxen from 'boxen';
|
||||
import ci from 'ci-info';
|
||||
import { execa } from 'execa';
|
||||
import { bold, cyan, dim, magenta } from 'kleur/colors';
|
||||
import ora from 'ora';
|
||||
|
@ -8,7 +9,6 @@ import prompts from 'prompts';
|
|||
import resolvePackage from 'resolve';
|
||||
import whichPm from 'which-pm';
|
||||
import { type Logger } from '../core/logger/core.js';
|
||||
import ci from 'ci-info';
|
||||
const require = createRequire(import.meta.url);
|
||||
|
||||
type GetPackageOptions = {
|
||||
|
|
Loading…
Add table
Reference in a new issue