1 2 3 4 5 6 7 8
const sveltePreprocess = require("svelte-preprocess"); module.exports = { preprocess: sveltePreprocess(), kit: { adapter: "@sveltejs/adapter-static", target: "body", }, };