0
Fork 0
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:
Matthew Phillips 2024-06-20 16:21:37 -04:00
parent 0dc3a315bf
commit c04a894f22

View file

@ -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';