build(adapter): we can just use adapter-auto

This commit is contained in:
Lewis Wynne 2026-03-24 16:49:19 +00:00
parent 96589edc42
commit 25968533ab
3 changed files with 8 additions and 932 deletions

View file

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-vercel';
import adapter from '@sveltejs/adapter-auto';
/** @type {import('@sveltejs/kit').Config} */
const config = {