diff options
| author | Fuwn <[email protected]> | 2024-01-31 18:43:44 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 18:43:44 -0800 |
| commit | e984ca1ac6b5c650f48a79c46b488456090ed639 (patch) | |
| tree | de0f48f0e247dafd2d8696e950f6abefe1f35ee7 | |
| parent | ci(vercel): use vercel configuration (diff) | |
| download | due.moe-e984ca1ac6b5c650f48a79c46b488456090ed639.tar.xz due.moe-e984ca1ac6b5c650f48a79c46b488456090ed639.zip | |
ci(vercel): pin nodejs 18.x
| -rw-r--r-- | svelte.config.js | 2 |
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 }; |