import preprocess from "svelte-preprocess"; /** @type {import('@sveltejs/kit').Config} */ const config = { kit: { // hydrate the
element in src/app.html target: '#svelte' }, preprocess: [preprocess({ "postcss": true })] }; export default config;