Skip to content

fix: posixify internal app server path #14049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 25, 2025
Merged

fix: posixify internal app server path #14049

merged 2 commits into from
Jul 25, 2025

Conversation

dummdidumm
Copy link
Member

Noticed this while working on remote functions - this could yield false negatives on windows for resolving internal server path and for the server module guard (there's no security issue here, this would've just failed right away both at runtime and build time since the imported server code, which is only SvelteKit runtime code and not user code, is invalid in the browser)

Noticed this while working on remote functions - this could yield false negatives on windows for resolving internal server path and for the server module guard (there's no security issue here, this would've just failed right away both at runtime and build time since the imported server code, which is only SvelteKit runtime code and not user code, is invalid in the browser)
Copy link

changeset-bot bot commented Jul 25, 2025

🦋 Changeset detected

Latest commit: cb78479

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sveltejs/kit Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dummdidumm dummdidumm merged commit de3be9a into main Jul 25, 2025
21 checks passed
@dummdidumm dummdidumm deleted the posixify-app-server branch July 25, 2025 13:53
@github-actions github-actions bot mentioned this pull request Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants