We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f0e9c commit 026b813Copy full SHA for 026b813
sites/svelte.dev/src/routes/(authed)/+layout.server.js
@@ -2,7 +2,7 @@ import * as session from '$lib/db/session';
2
3
/** @type {import('@sveltejs/adapter-vercel').Config} */
4
export const config = {
5
- runtime: 'nodejs18.x'
+ runtime: 'nodejs18.x' // see https://github.com/sveltejs/svelte/pull/9136
6
};
7
8
export async function load({ request }) {
0 commit comments