0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
bluwy 2023-04-13 14:13:55 +00:00 committed by fredkbot
parent 8539eb1643
commit 83f00f535b

View file

@ -1,6 +1,6 @@
import path from 'path';
import { normalizePath, type Plugin as VitePlugin, type ResolvedConfig } from 'vite';
import type { AstroSettings } from '../@types/astro';
import { normalizePath, type ResolvedConfig, type Plugin as VitePlugin } from 'vite';
type Alias = {
find: RegExp;