0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
natemoo-re 2023-08-10 16:36:09 +00:00 committed by astrobot-houston
parent 8292c41311
commit f7a901e7c4

View file

@ -1,7 +1,7 @@
import { color } from '@astrojs/cli-kit';
import { execa } from 'execa';
import path from 'node:path';
import fs from 'node:fs';
import path from 'node:path';
import { error, info, spinner, title } from '../messages.js';
import type { Context } from './context';