Env: Add sveltekit node server adapter

This commit is contained in:
2024-12-16 04:02:59 +01:00
parent 272996ff68
commit 88abbadf48
3 changed files with 153 additions and 3 deletions

View File

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