-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changesets for deleted packages
- Loading branch information
1 parent
fda85c0
commit 78debcf
Showing
2 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
--- | ||
"@remix-run/vercel": major | ||
"remix": major | ||
--- | ||
|
||
The `@remix-run/vercel` runtime adapter has been removed in favor of out of the box Vercel functionality. Please update | ||
your code by removing `@remix-run/vercel` & `@vercel/node` from your `package.json`, removing your | ||
`server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`. ((#7035)[https://github.com/remix-run/remix/pull/7035]) | ||
The `@remix-run/vercel` runtime adapter has been removed in favor of out of the box Vercel functionality. Please update your code by removing `@remix-run/vercel` & `@vercel/node` from your `package.json`, removing your `server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`. ((#7035)[https://github.com/remix-run/remix/pull/7035]) | ||
|
||
Due to the removal of this adapter, we also removed our [Vercel template][vercel-template] in favor of the | ||
[official Vercel template][official-vercel-template] ((#6784)[https://github.com/remix-run/remix/pull/6784]). | ||
Due to the removal of this adapter, we also removed our [Vercel template][vercel-template] in favor of the [official Vercel template][official-vercel-template] ((#6784)[https://github.com/remix-run/remix/pull/6784]). | ||
|
||
[vercel-template]: https://github.com/remix-run/remix/tree/main/templates/vercel | ||
[official-vercel-template]: https://github.com/vercel/vercel/tree/main/examples/remix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters