From cf0ad09be326371e297e8c5b89916dc7b6f941b9 Mon Sep 17 00:00:00 2001 From: heimanba Date: Mon, 4 Jul 2022 16:02:43 +0800 Subject: [PATCH] update readme --- .../nodejs/custom-runtime/nest/readme.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web-framework/nodejs/custom-runtime/nest/readme.md b/web-framework/nodejs/custom-runtime/nest/readme.md index 5a9e68bd2..773024603 100644 --- a/web-framework/nodejs/custom-runtime/nest/readme.md +++ b/web-framework/nodejs/custom-runtime/nest/readme.md @@ -1,14 +1,14 @@ -# nest-app 帮助文档 +# start-nest 帮助文档

- + - - + + - - + +

@@ -43,15 +43,15 @@ Nest (NestJS) 是一个用于构建高效、可扩展的 Node.js 服务器端应 -- :fire: 通过 [Serverless 应用中心](https://fcnext.console.aliyun.com/applications/create?template=nest-app) , -[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=nest-app) 该应用。 +- :fire: 通过 [Serverless 应用中心](https://fcnext.console.aliyun.com/applications/create?template=start-nest) , +[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-nest) 该应用。 - 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署: - [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://www.serverless-devs.com/fc/config) ; - - 初始化项目:`s init nest-app -d nest-app` - - 进入项目,并进行项目部署:`cd nest-app && s deploy -y` + - 初始化项目:`s init start-nest -d start-nest` + - 进入项目,并进行项目部署:`cd start-nest && s deploy -y`