File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -89,20 +89,21 @@ app: appDemo # (optional) serverless dashboard app. default is the same as the n
8989stage : dev # (optional) serverless dashboard stage. default is dev.
9090
9191inputs :
92- src : ./ # (optional) path to the source folder. default is a hello world app.
92+ src :
93+ src : ./ # (optional) path to the source folder. default is a hello world app.
94+ exclude :
95+ - .env
9396 functionName : expressDemo
9497 region : ap-guangzhou
9598 runtime : Nodejs10.15
96- exclude :
97- - .env
9899 apigatewayConf :
99100 protocols :
100101 - http
101102 - https
102103 environment : release
103104` ` `
104105
105- 点此查看[全量配置及配置说明](https://github.com/serverless-components/tencent-express/blob/v2 /docs/configure.md)
106+ 点此查看[全量配置及配置说明](https://github.com/serverless-components/tencent-express/tree/master /docs/configure.md)
106107
107108当你根据该配置文件更新配置字段后,再次运行 ` serverless deploy` 或者 `serverless` 就可以更新配置到云端。
108109
You can’t perform that action at this time.
0 commit comments