mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
9b5f3a702d
commit
2ee8412bbc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import mri from 'mri';
|
|
||||||
import fs from 'node:fs/promises';
|
import fs from 'node:fs/promises';
|
||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
import { fileURLToPath, pathToFileURL } from 'node:url';
|
import { fileURLToPath, pathToFileURL } from 'node:url';
|
||||||
|
import mri from 'mri';
|
||||||
import { makeProject } from './bench/_util.js';
|
import { makeProject } from './bench/_util.js';
|
||||||
|
|
||||||
const args = mri(process.argv.slice(2));
|
const args = mri(process.argv.slice(2));
|
||||||
|
|
Loading…
Reference in a new issue