Skip to content

Conversation

@leerob
Copy link
Contributor

@leerob leerob commented Jun 9, 2024

Vercel Functions now have an isomorphic "web handler" signature, which means you can use the Web APIs mentioned in either runtime. For example:

export function GET(request: Request) {
  return new Response('Hello World!');
}

https://vercel.com/docs/functions/quickstart

@changeset-bot
Copy link

changeset-bot bot commented Jun 9, 2024

⚠️ No Changeset found

Latest commit: 66a573f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

Copy link
Member

@teemingc teemingc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Lee!

@teemingc teemingc merged commit d12d1ee into sveltejs:main Jun 10, 2024
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