diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-08-14 21:42:19 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-08-14 21:42:19 +0200 |
| commit | 8960e806f3bb32ab0add34a7c85867c7bd673b95 (patch) | |
| tree | df908b5abd10d27279f4c6200da31f0af5d4378c /client/svelte.config.js | |
| parent | d947aa906da140dcd606cbf4c8c681e74d7ca9aa (diff) | |
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.js | 2 |
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} */ |
