From 2fc59f75a1ad550bb13bfe87f89f54c7045f929a Mon Sep 17 00:00:00 2001 From: midblep Date: Thu, 3 Feb 2022 17:52:35 +0100 Subject: [PATCH] feat: :sparkles: node adapter --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index d3b5bd0..89fe97f 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 = {