From a9ff014729185ea5cb7f2154dde33ce4aa22f9b5 Mon Sep 17 00:00:00 2001 From: malloc62 Date: Sun, 15 Jan 2023 22:03:55 -0500 Subject: [PATCH] idk --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 301e785..6bfb3c4 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'; /** @type {import('@sveltejs/kit').Config} */ const config = {