mirror of
https://github.com/AbaTekNTNU/followspot-psn.git
synced 2025-12-06 22:03:05 +00:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
import { vitePreprocess } from "@astrojs/svelte";
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
};
|