mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Fix build, a little
This commit is contained in:
parent
0dc3a315bf
commit
c04a894f22
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import type { AstroPluginMetadata } from '#astro/vite-plugin-astro/index';
|
||||
import type { AstroPluginMetadata } from '../../vite-plugin-astro/index.js';
|
||||
import type { AstroSettings, ComponentInstance } from '../../@types/astro.js';
|
||||
import type { ViteDevServer, Plugin as VitePlugin } from 'vite';
|
||||
|
||||
|
|
Loading…
Reference in a new issue