加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cloudbaserc.json 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
Booker Zhao 提交于 2021-05-12 16:29 . ☁️ 支持 TCB 一键部署 (#76)
{
"version": "2.0",
"envId": "{{env.ENV_ID}}",
"$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
"framework": {
"name": "air-conditioner",
"plugins": {
"web": {
"use": "@cloudbase/framework-plugin-website",
"inputs": {
"outputPath": "./build",
"commands": {
"build": "npm run build"
},
"cloudPath": "/"
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化