Update dependencies and switch to @sveltejs/adapter-node for SvelteKit project
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m33s

This commit is contained in:
eewing
2026-02-17 14:25:23 -06:00
parent cf73cd3b4c
commit 6cc5928770
413 changed files with 51926 additions and 322 deletions
+1 -1
View File
@@ -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: {},