1 Star 8 Fork 7

腾讯云开发CloudBase/cloudbase-templates

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cloudbaserc.json 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
Albert Liu 提交于 2020-09-10 22:53 +08:00 . [fix] framework plugin inputs not work (#28)
{
"envId": "{{envId}}",
"$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
"functionRoot": "cloudfunctions",
"framework": {
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-website",
"inputs": {
"buildCommand": "npm run build",
"outputPath": "build",
"cloudPath": "/react-custom"
}
},
"server": {
"use": "@cloudbase/framework-plugin-function",
"inputs": {
"functionRootPath": "cloudfunctions",
"functions": [{
"name": "custom-app",
"timeout": 5,
"envVariables": {},
"runtime": "Nodejs10.15",
"memory": 128
}]
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/TencentCloudBase/cloudbase-templates.git
git@gitee.com:TencentCloudBase/cloudbase-templates.git
TencentCloudBase
cloudbase-templates
cloudbase-templates
gitee

搜索帮助