switch site to cloudflare workers

This commit is contained in:
Face
2025-09-26 16:18:27 +03:00
parent b7729c5b9b
commit 65d82d994c
3 changed files with 1519 additions and 92 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} */