Closed juliusmarminge closed 2 months ago
Latest commit: 5061a449ddbaaa52396479f85a7078442364ea21
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.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-uploadthing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 23, 2024 4:53pm |
The changes involve a restructuring of the Elysia server setup, enhancing the routing configuration and updating dependencies. A new GET route at "/api" has been added, while the existing upload route at "/api/uploadthing" now supports both GET and POST requests. The server initialization process has also been improved to include logging of the server's port. Dependency versions for @elysiajs/cors
and elysia
have been updated to their latest releases.
Files | Change Summary |
---|---|
docs/src/app/(docs)/backend-adapters/fetch/page.mdx |
Added GET route at /api , modified /api/uploadthing to handle GET and POST, and updated server listen method to log the port. |
examples/backend-adapters/server/package.json |
Updated versions of @elysiajs/cors from ^0.8.0 to ^1.1.1 and elysia from ^0.8.17 to ^1.1.16 . |
examples/backend-adapters/server/src/elysia.ts |
Consolidated server setup into a chain of method calls, modified /api/uploadthing to handle GET and POST requests. |
🐇 In the land of code where rabbits play,
Elysia hops in a brand new way.
With routes that greet and ports that sing,
Upgraded dependencies make our hearts spring!
So let’s celebrate with a joyful cheer,
For a brighter server, we hold so dear! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Bundle | Size (gzip) | Visualization |
---|---|---|
Main | 26.03KB | See Treemap 📊 |
PR (7514516235065f5432a9b6e324e80f4061281b1a) | 26.03KB | See Treemap 📊 |
Diff | No change |
https://discord.com/channels/966627436387266600/1287076483327721566/1287816348801568768
Summary by CodeRabbit
New Features
Bug Fixes
Documentation