mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
a600c14837
commit
6e4dd54cfa
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
import type { Options } from '@sveltejs/vite-plugin-svelte';
|
||||
import { svelte, vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
import { VERSION } from 'svelte/compiler';
|
||||
import type { AstroIntegration, AstroRenderer } from 'astro';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import { VERSION } from 'svelte/compiler';
|
||||
import type { UserConfig } from 'vite';
|
||||
|
||||
const isSvelte5 = Number.parseInt(VERSION.split('.').at(0)!) >= 5;
|
||||
|
|
Loading…
Add table
Reference in a new issue