Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/manual/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ Integration
Fedify is designed to be used together with web frameworks. This document
explains how to integrate Fedify with web frameworks.

When changing an integration package, run its focused check with the package
name. For example, after changing *@fedify/express*, run:
Comment thread
dahlia marked this conversation as resolved.

~~~~ sh
mise run check-each express
~~~~


How it works
------------
Expand Down
Loading