summaryrefslogtreecommitdiff
path: root/client/svelte.config.js
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:42:19 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-08-14 21:42:19 +0200
commit8960e806f3bb32ab0add34a7c85867c7bd673b95 (patch)
treedf908b5abd10d27279f4c6200da31f0af5d4378c /client/svelte.config.js
parentd947aa906da140dcd606cbf4c8c681e74d7ca9aa (diff)
client: Switch to adapter-nodeHEADmaster
Can't really do +page.server.ts with adapter-static so move to adapter-node.
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} */