Commit 92bc34b2 authored by malkoG's avatar malkoG
Browse files

Emphasize caution to NestJS developer for using fedify

parent c10712ec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -223,6 +223,9 @@ NestJS

*This API is available since Fedify 1.8.0.*

> [!IMPORTANT]
> In a CommonJS-based NestJS project, this ESM-only module requires setting `NODE_OPTIONS=--experimental-require-module` at runtime

[NestJS] is a modular, versatile, and scalable framework for building efficient, reliable, and scalable server-side applications with Node.js and TypeScript.
The [@fedify/nestjs] package provides a middleware to integrate Fedify with
NestJS:
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@
[![Matrix][Matrix badge]][Matrix]
[![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]

> [!IMPORTANT]
> In a CommonJS-based NestJS project, this ESM-only module requires setting `NODE_OPTIONS=--experimental-require-module` at runtime

This package provides a simple way to integrate [Fedify] with [NestJS].

The integration code looks like this: