please be fixed

This commit is contained in:
J-onasJones 2024-06-07 01:10:10 +02:00
parent 9a10df78c8
commit 9dfe5c0dd1

View file

@ -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.