File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
org : orgDemo # (optional) serverless dashboard org. default is the first org you created during signup.
2
2
app : appDemo # (optional) serverless dashboard app. default is the same as the name property.
3
3
stage : dev # (optional) serverless dashboard stage. default is dev.
4
- component : koa@dev # (required) name of the component. In that case, it's koa.
4
+ component : koa # (required) name of the component. In that case, it's koa.
5
5
name : koaDemo # (required) name of your koa component instance.
6
6
7
7
inputs :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverless/koa" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"main" : " src/serverless.js" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 1
1
name : koa
2
- version : 0.0.4
2
+ version : 0.0.5
3
3
author : Tencent Cloud, Inc.
4
4
org : Tencent Cloud, Inc.
5
5
description : Deploys a serverless Koa.js application onto Tencent SCF and Tencent APIGateway.
You can’t perform that action at this time.
0 commit comments