Files
website/svelte.config.js
Max Richter 06e5126fe0
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m2s
refactor: use more generic resource system
2025-10-06 00:30:44 +02:00

11 lines
175 B
JavaScript

import { vitePreprocess } from "@astrojs/svelte";
export default {
preprocess: vitePreprocess(),
compilerOptions: {
experimental: {
async: true,
},
},
};