0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-12-03 17:04:13 +00:00 committed by astrobot-houston
parent 9b5f3a702d
commit 2ee8412bbc

View file

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