[ci] format
This commit is contained in:
parent
494c2b8353
commit
29f044267f
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
|
import { doWork } from '@altano/tiny-async-pool';
|
||||||
import type { AstroConfig } from 'astro';
|
import type { AstroConfig } from 'astro';
|
||||||
import { bgGreen, black, cyan, dim, green } from 'kleur/colors';
|
import { bgGreen, black, cyan, dim, green } from 'kleur/colors';
|
||||||
import fs from 'node:fs/promises';
|
import fs from 'node:fs/promises';
|
||||||
|
import OS from 'node:os';
|
||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
import { fileURLToPath } from 'node:url';
|
import { fileURLToPath } from 'node:url';
|
||||||
import type { SSRImageService, TransformOptions } from '../loaders/index.js';
|
import type { SSRImageService, TransformOptions } from '../loaders/index.js';
|
||||||
import { loadLocalImage, loadRemoteImage } from '../utils/images.js';
|
import { loadLocalImage, loadRemoteImage } from '../utils/images.js';
|
||||||
import { debug, info, LoggerLevel, warn } from '../utils/logger.js';
|
import { debug, info, LoggerLevel, warn } from '../utils/logger.js';
|
||||||
import { isRemoteImage } from '../utils/paths.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) {
|
function getTimeStat(timeStart: number, timeEnd: number) {
|
||||||
const buildTime = timeEnd - timeStart;
|
const buildTime = timeEnd - timeStart;
|
||||||
|
|
Loading…
Reference in a new issue