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