From 8960e806f3bb32ab0add34a7c85867c7bd673b95 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 14 Aug 2025 21:42:19 +0200 Subject: client: Switch to adapter-node Can't really do +page.server.ts with adapter-static so move to adapter-node. --- client/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/svelte.config.js') 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} */ -- cgit v1.2.3-70-g09d2