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