-
-
Notifications
You must be signed in to change notification settings - Fork 80
Create @fedify/nextjs
to integrate with Next.js
#355
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
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5551cc2
Correct typo error
2chanhaeng 58c2307
Fix type error
2chanhaeng acd9c72
Merge remote-tracking branch 'upstream/main'
2chanhaeng ee3839a
Merge remote-tracking branch 'upstream/main'
2chanhaeng 3ce0065
Merge remote-tracking branch 'upstream/main'
2chanhaeng 1c30bca
Merge remote-tracking branch 'upstream/main'
2chanhaeng 5f368f5
Define utils to integrate with Next.js
2chanhaeng fb06e08
Add tsdown.config.ts to @fedify/nextjs
2chanhaeng 36dd055
Add Next.js to `cli init`
2chanhaeng bce021e
Ignore `.pnpm-store/`
2chanhaeng 4cfe968
Init @fedify/nextjs
2chanhaeng 0936009
Added changes to `CHANGES.md` related with #313
2chanhaeng 01aba0e
Add docs about `@fedify/nextjs`
2chanhaeng 9e43d7c
Fix typo errors
2chanhaeng 71880e5
Fix `next` package to `"catalog:"`
2chanhaeng 1ec76db
Rename `@fedify/nextjs` to `@fedify/next`
2chanhaeng 0cf46e6
Format docs
2chanhaeng da08eb5
Remove param types in TSDoc
2chanhaeng 61647bb
Remove `x-forwarded-fetch`
2chanhaeng 4f17015
Add docs about `@fedify/next`
2chanhaeng a0ed306
Ignore examples in doc when test doc
2chanhaeng 2b6be9b
Merge remote-tracking branch 'upstream/main'
2chanhaeng ce8b649
Fix docs about `@fedify/next`
2chanhaeng 4c5bf08
Set ESM configs for `@fedify/next`
2chanhaeng 26d28e9
Support vary package managers
2chanhaeng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 |
---|---|---|
|
@@ -6,3 +6,4 @@ node_modules/ | |
repomix-output.xml | ||
t.ts | ||
t2.ts | ||
.pnpm-store/ |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
12 changes: 6 additions & 6 deletions
12
examples/next15-app-router/app/.well-known/[[...catchAll]]/route.ts
This file contains hidden or 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,9 +1,9 @@ | ||
import { fedifyRequestHanlder } from "~/shared/integrate-fedify"; | ||
import { fedifyRequestHandler } from "~/shared/integrate-fedify"; | ||
|
||
export { | ||
fedifyRequestHanlder as DELETE, | ||
fedifyRequestHanlder as GET, | ||
fedifyRequestHanlder as PATCH, | ||
fedifyRequestHanlder as POST, | ||
fedifyRequestHanlder as PUT, | ||
fedifyRequestHandler as DELETE, | ||
fedifyRequestHandler as GET, | ||
fedifyRequestHandler as PATCH, | ||
fedifyRequestHandler as POST, | ||
fedifyRequestHandler as PUT, | ||
}; |
12 changes: 6 additions & 6 deletions
12
examples/next15-app-router/app/fedify-activity-handler/[[...catchAll]]/route.ts
This file contains hidden or 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,9 +1,9 @@ | ||
import { fedifyRequestHanlder } from "~/shared/integrate-fedify"; | ||
import { fedifyRequestHandler } from "~/shared/integrate-fedify"; | ||
|
||
export { | ||
fedifyRequestHanlder as DELETE, | ||
fedifyRequestHanlder as GET, | ||
fedifyRequestHanlder as PATCH, | ||
fedifyRequestHanlder as POST, | ||
fedifyRequestHanlder as PUT, | ||
fedifyRequestHandler as DELETE, | ||
fedifyRequestHandler as GET, | ||
fedifyRequestHandler as PATCH, | ||
fedifyRequestHandler as POST, | ||
fedifyRequestHandler as PUT, | ||
}; |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.