Changed to node build mode

This commit is contained in:
lukas
2026-03-24 16:27:36 +01:00
parent a221a18436
commit 3d6e39bbb9
3 changed files with 147 additions and 4 deletions
+1 -4
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()
},
vitePlugin: {