Skip to content

Commit

Permalink
set vercel nodejs runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Nov 22, 2024
1 parent 49b1555 commit f29eb45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ const config = {
],

kit: {
adapter: adapter(),
adapter: adapter({
runtime: 'nodejs20.x'
}),
alias: {
$: 'src',
$actions: 'src/actions',
Expand Down

0 comments on commit f29eb45

Please sign in to comment.