mirror of
https://github.com/saicaca/fuwari.git
synced 2025-01-19 03:09:16 +08:00
ff9e82091a
* upgrade astro dependencies * migration to Svelte 5 * Resolution of module version * fix migrate script error * fix migrate error comment * fix Stylus format * add intellisense for typescript * Upgrading astrojs/svelte and svelte, and organizing dependencies * Delete the incorrect settings. * upgrade astro * Fixed an error that occurred due to svelte.config.ts using unsupported features.
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
import { vitePreprocess } from "@astrojs/svelte";
|
|
|
|
export default {
|
|
preprocess: [vitePreprocess({ script: true })],
|
|
};
|