summaryrefslogtreecommitdiff
path: root/client/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/svelte.config.js')
-rw-r--r--client/svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/svelte.config.js b/client/svelte.config.js
index cedc080..935e8cb 100644
--- a/client/svelte.config.js
+++ b/client/svelte.config.js
@@ -1,4 +1,4 @@
-import adapter from '@sveltejs/adapter-static';
+import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */