mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
import { vitePreprocess } from "@astrojs/svelte";
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
compilerOptions: {
|
|
|
|
},
|
|
};
|