Some checks failed
Build and Check / Astro Check for Node.js 22 (push) Failing after 1m32s
Code quality / quality (push) Failing after 1m34s
Build and Check / Astro Check for Node.js 23 (push) Failing after 1m31s
Build and Check / Astro Build for Node.js 22 (push) Failing after 31s
Build and Check / Astro Build for Node.js 23 (push) Failing after 32s
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
import { vitePreprocess } from "@astrojs/svelte";
|
|
|
|
export default {
|
|
preprocess: [vitePreprocess({ script: true })],
|
|
};
|