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
7179930ac8
commit
562054e8e1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import type { AstroIntegration, AstroIntegrationLogger, AstroRenderer } from 'astro';
|
||||
import type { PluginOption, UserConfig } from 'vite';
|
||||
import solid, { type Options as ViteSolidPluginOptions } from 'vite-plugin-solid';
|
||||
import type { UserConfig, PluginOption } from 'vite';
|
||||
|
||||
// TODO: keep in sync with https://github.com/thetarnav/solid-devtools/blob/main/packages/main/src/vite/index.ts#L7
|
||||
type DevtoolsPluginOptions = {
|
||||
|
|
Loading…
Reference in a new issue