Skip to content

Commit

Permalink
Update docs/quickstarts/fastify.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Aguilar <[email protected]>
  • Loading branch information
victoriaxyz and alexisintech committed Sep 26, 2024
1 parent 06c5e3e commit ef80119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quickstarts/fastify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Learn how to integrate Clerk into your Fastify backend for secure user authentic

> [!IMPORTANT]
> [Fastify is only compatible with Next.js versions 13.4 and below](https://github.com/fastify/fastify-nextjs). If you're using a newer version of Next.js, consider using a different backend framework that supports the latest Next.js features.
>
> This guide uses ECMAScript Modules (ESM). To use ESM in your project, you must include `"type": "module"` in your `package.json`.
> [!NOTE]
> If you're using ECMAScript Modules (ESM) in your project, you must include `"type": "module"` in your `package.json` to enable ESM support in Node.js.
Expand Down

0 comments on commit ef80119

Please sign in to comment.