Private
Public Access
1
0

feat: update adapter config for adapter-node

This commit is contained in:
2026-02-12 17:58:31 +01:00
parent 92ab79bde8
commit cbbc21f40c
3 changed files with 233 additions and 2 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} */