[ci] format
This commit is contained in:
parent
7116c021a3
commit
f627a2ca3d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as crypto from 'node:crypto';
|
||||
import * as npath from 'node:path';
|
||||
import type { GetModuleInfo } from 'rollup';
|
||||
import { transformWithEsbuild, type Plugin as VitePlugin, type ResolvedConfig } from 'vite';
|
||||
import { type Plugin as VitePlugin, type ResolvedConfig } from 'vite';
|
||||
import { isBuildableCSSRequest } from '../../render/dev/util.js';
|
||||
import type { BuildInternals } from '../internal';
|
||||
import type { AstroBuildPlugin } from '../plugin';
|
||||
|
|
Loading…
Reference in a new issue