diff options
author | 2023-04-13 14:13:55 +0000 | |
---|---|---|
committer | 2023-04-13 14:13:55 +0000 | |
commit | 83f00f535b7a03bb474674ead816fa3cfcfdcd48 (patch) | |
tree | 0878902baa8891c33ef7dfeb3b996437182999bb | |
parent | 8539eb1643864ae7e0f5a080915cd75535f7101b (diff) | |
download | astro-83f00f535b7a03bb474674ead816fa3cfcfdcd48.tar.gz astro-83f00f535b7a03bb474674ead816fa3cfcfdcd48.tar.zst astro-83f00f535b7a03bb474674ead816fa3cfcfdcd48.zip |
[ci] format
-rw-r--r-- | packages/astro/src/vite-plugin-config-alias/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/vite-plugin-config-alias/index.ts b/packages/astro/src/vite-plugin-config-alias/index.ts index 71081c521..5cd7a7623 100644 --- a/packages/astro/src/vite-plugin-config-alias/index.ts +++ b/packages/astro/src/vite-plugin-config-alias/index.ts @@ -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; |