mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
8539eb1643
commit
83f00f535b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
import { normalizePath, type Plugin as VitePlugin, type ResolvedConfig } from 'vite';
|
||||||
import type { AstroSettings } from '../@types/astro';
|
import type { AstroSettings } from '../@types/astro';
|
||||||
import { normalizePath, type ResolvedConfig, type Plugin as VitePlugin } from 'vite';
|
|
||||||
|
|
||||||
type Alias = {
|
type Alias = {
|
||||||
find: RegExp;
|
find: RegExp;
|
||||||
|
|
Loading…
Reference in a new issue