aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 28d8ee98..511d6e1d 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -6,7 +6,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
preprocess: vitePreprocess(),
kit: {
- adapter: adapter(),
+ adapter: adapter({ runtime: 'nodejs22.x' }),
alias: {
$stores: './src/stores',
$styles: './src/styles',