mirror of
https://github.com/thiloho/aurora.git
synced 2025-12-23 15:53:37 +01:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { vitePreprocess } from "@astrojs/svelte";
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
};
|