about summary refs log tree commit diff
path: root/client/svelte.config.js
blob: ee357882151697d5a6874fa977719dbe4c8c3f52 (plain)
1
2
3
4
5
6
7
8
const sveltePreprocess = require("svelte-preprocess");
module.exports = {
    preprocess: sveltePreprocess(),
    kit: {
        adapter: "@sveltejs/adapter-static",
        target: "body",
    },
};