Skip to content

Commit 258e3ef

Browse files
[PFX-1136]: add doc for removing @fastify/express package (#1360)
* add doc for removing fastify/express * remove section referencing fastify/express * reference gasket actions in documentation for replacing res.locals * changeset * move guide to fastify plugin * add link to guide in fastify readme * regen changeset
1 parent 4162981 commit 258e3ef

File tree

3 files changed

+517
-0
lines changed

3 files changed

+517
-0
lines changed

.changeset/sharp-fans-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@gasket/plugin-fastify": patch
3+
---
4+
5+
Create guide for removing @fastify/express package

packages/gasket-plugin-fastify/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export default {
115115

116116
This plugins hooks the [createServers] lifecycles from [@gasket/plugin-https].
117117

118+
## Guides
119+
120+
- [Removing @fastify/express] - Migration guide for removing `@fastify/express` dependency and using native Fastify patterns
121+
118122
## License
119123

120124
[MIT](./LICENSE.md)
@@ -123,3 +127,4 @@ This plugins hooks the [createServers] lifecycles from [@gasket/plugin-https].
123127

124128
[@gasket/plugin-https]:/packages/gasket-plugin-https/README.md
125129
[createServers]:/packages/gasket-plugin-https/README.md#createservers
130+
[Removing @fastify/express]:docs/remove-fastify-express.md

0 commit comments

Comments
 (0)