Adapter node

This commit is contained in:
2026-02-27 01:47:43 +01:00
parent c5494d10f0
commit 3377b07f61
3 changed files with 37 additions and 5 deletions

View File

@@ -1,11 +1,8 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter()
}
};