Files
fuwari/svelte.config.js
二叉树树 bb4aacb07b style: biome
优化访客统计动画逻辑
2026-01-01 21:39:51 +08:00

6 lines
120 B
JavaScript

import { vitePreprocess } from "@astrojs/svelte";
export default {
preprocess: [vitePreprocess({ script: true })],
};