use cloudflare adapter

This commit is contained in:
Benjamin Palko 2025-01-24 16:29:28 -05:00
parent f7db198ebb
commit 7dff303831
3 changed files with 150 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-cloudflare';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */