fix(docs): update url for fastify (#17669)
This commit is contained in:
parent
ef5813a7b7
commit
b34da2ca42
@ -11,7 +11,7 @@ npx create-nx-workspace@latest my-api \
|
|||||||
--docker
|
--docker
|
||||||
```
|
```
|
||||||
|
|
||||||
This example uses [Fastify](https://www.fastify.io/) but you can equally use [Express](https://expressjs.com/), [Koa](https://koajs.com/) or [NestJS](https://nestjs.com/) by selecting those frameworks during project creation.
|
This example uses [Fastify](https://www.fastify.dev/) but you can equally use [Express](https://expressjs.com/), [Koa](https://koajs.com/) or [NestJS](https://nestjs.com/) by selecting those frameworks during project creation.
|
||||||
|
|
||||||
You can also install the `@nx/node` package into an existing Nx monorepo and generate a new Node application.
|
You can also install the `@nx/node` package into an existing Nx monorepo and generate a new Node application.
|
||||||
|
|
||||||
|
|||||||
@ -939,7 +939,7 @@ async function determineNodeFramework(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'fastify',
|
name: 'fastify',
|
||||||
message: 'Fastify [ https://www.fastify.io/ ]',
|
message: 'Fastify [ https://www.fastify.dev/ ]',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'koa',
|
name: 'koa',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user