diff --git a/svelte.config.js b/svelte.config.js index d236d18..4d683c2 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,7 +1,9 @@ import adapter from '@sveltejs/adapter-cloudflare'; +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */ const config = { + preprocess: [vitePreprocess()], kit: { // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list. // If your environment is not supported or you settled on a specific environment, switch out the adapter.