Skip to content

Commit 026b813

Browse files
committed
add comment
1 parent 52f0e9c commit 026b813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte.dev/src/routes/(authed)/+layout.server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as session from '$lib/db/session';
22

33
/** @type {import('@sveltejs/adapter-vercel').Config} */
44
export const config = {
5-
runtime: 'nodejs18.x'
5+
runtime: 'nodejs18.x' // see https://github.com/sveltejs/svelte/pull/9136
66
};
77

88
export async function load({ request }) {

0 commit comments

Comments
 (0)