You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
352 B
17 lines
352 B
{
|
|
"name": "uni-stat-receiver",
|
|
"dependencies": {
|
|
"uni-stat": "file:../common/uni-stat",
|
|
"uni-id-common": "file:../../../uni_modules/uni-id-common/uniCloud/cloudfunctions/common/uni-id-common"
|
|
},
|
|
"cloudfunction-config": {
|
|
"concurrency": 1,
|
|
"memorySize": 128,
|
|
"timeout": 60,
|
|
"triggers": []
|
|
},
|
|
"extensions": {
|
|
"uni-cloud-jql": {}
|
|
}
|
|
}
|