Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Apr 13, 2023
1 parent 8539eb1 commit 83f00f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/vite-plugin-config-alias/index.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 83f00f5

Please sign in to comment.