0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Bjorn Lu 2023-11-15 15:42:17 +00:00 committed by astrobot-houston
parent a600c14837
commit 6e4dd54cfa

View file

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