[ci] format

This commit is contained in:
tony-sull 2022-09-06 14:32:19 +00:00 committed by fredkbot
parent 494c2b8353
commit 29f044267f

View file

@ -1,14 +1,14 @@
import { doWork } from '@altano/tiny-async-pool';
import type { AstroConfig } from 'astro';
import { bgGreen, black, cyan, dim, green } from 'kleur/colors';
import fs from 'node:fs/promises';
import OS from 'node:os';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import type { SSRImageService, TransformOptions } from '../loaders/index.js';
import { loadLocalImage, loadRemoteImage } from '../utils/images.js';
import { debug, info, LoggerLevel, warn } from '../utils/logger.js';
import { isRemoteImage } from '../utils/paths.js';
import OS from 'node:os';
import { doWork } from '@altano/tiny-async-pool';
function getTimeStat(timeStart: number, timeEnd: number) {
const buildTime = timeEnd - timeStart;