mirror of
https://github.com/saicaca/fuwari.git
synced 2025-01-19 03:09:16 +08:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
|
import { vitePreprocess } from "@astrojs/svelte";
|
||
|
|
||
|
export default {
|
||
|
preprocess: [vitePreprocess({ script: true })],
|
||
|
};
|