From c157793ac662d4f6b5b95a600f33f943110cf06b Mon Sep 17 00:00:00 2001 From: Bit-Barron Date: Mon, 28 Oct 2024 20:35:59 +0100 Subject: [PATCH] asd --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 1295460..e0a641e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -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} */