[ci] format

This commit is contained in:
bluwy 2022-09-26 10:03:30 +00:00 committed by fredkbot
parent b99f9902b7
commit 2555bf65a8

View file

@ -1,7 +1,7 @@
import glob from 'fast-glob';
import fs from 'fs';
import path from 'path';
import { bgGreen, bgMagenta, black, dim } from 'kleur/colors';
import path from 'path';
import { fileURLToPath } from 'url';
import * as vite from 'vite';
import { BuildInternals, createBuildInternals } from '../../core/build/internal.js';