aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 8b7d8de8..1019e5ef 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -19,7 +19,7 @@ const config = {
$stores: './src/stores'
}
},
- runtime: 'edge',
+ runtime: 'nodejs18.x',
split: true
};