Update dependencies and switch to @sveltejs/adapter-node for SvelteKit project
This commit is contained in:
@@ -3182,7 +3182,7 @@ async function internal_respond(request, options2, manifest, state) {
|
||||
fetch: null,
|
||||
getClientAddress: state.getClientAddress || (() => {
|
||||
throw new Error(
|
||||
`${"@sveltejs/adapter-auto"} does not specify getClientAddress. Please raise an issue`
|
||||
`${"@sveltejs/adapter-node"} does not specify getClientAddress. Please raise an issue`
|
||||
);
|
||||
}),
|
||||
locals: {},
|
||||
|
||||
Reference in New Issue
Block a user