// For God so loved the world — John 3:16 import adapter from '@sveltejs/adapter-cloudflare'; import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'; /** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: vitePreprocess(), kit: { adapter: adapter({ routes: { include: ['/*'], exclude: [''] } }) } }; export default config; // JESUS CHRIST IS LORD