cloudbase-framework
cloudbase-framework copied to clipboard
腾讯云开发云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool. One-click deploy to serverles...
**Bug 描述** **Describe the bug** unity版本请去掉newtonsoft的json上传一下,unity已经内置了,现在完全冲突了用不了,非常感谢 请简单清晰地描述您遇到的bug。 A clear and concise description of what the bug is. unity版本请去掉newtonsoft的json上传一下 **重现步骤** **To Reproduce** unity版本请去掉newtonsoft的json上传一下 重现 bug 的步骤: 1. 打开 '...' 2. 点击...
目前发现个问题, 执行 tcb framework deploy 会报内部错误, 猜测可能是打包的项目文件发到服务器后解压失败引起的, 打包后项目文件为175M,不知道是不是因为太大了, 希望增加 ignore 参数,忽略node_modules目录,减小压缩包体积
**Bug 描述** **Describe the bug** 配置完 ignore 没有效果 我的配置: 我不知道是我配置的有问题,还是什么 这么配置的原因是因为在我的项目 view/ 文件夹内部还有一个项目,我想忽略这个项目里面的 node_modules 我期望可以通过 ignore 来忽略掉 ./view/node_modules 这个文件夹打包进去
按照 Vuepress 的官方部署指南、ClouBase 的官方指南以及 tcb 命令按照提示,从本地部署上CloudBase都报同一个错误: CloudBase CloudBase Framework::error Cannot glob \`**,!.git,!.github,!node_modules,!cloudbaserc.js\`: ENOENT: no such file or directory, stat 'E:\project\xxx\.vuepress\dist' 看日志 **cloudbaser.js** 处标蓝,不知道是不是高亮问题,标为蓝色。 多方查阅,同时把 Issues 都看了一遍,没有发现有帮助的信息,就提交了这个 issue。
nuxt.js ssr 应用中,使用serverMidddleware 插件用于封装api routes。本地运行没有问题,部署上腾讯云后出现以下错误信息。  `nuxt.config.js`  `api/index.js` 