标签: gcloud
当尝试部署到Google Cloud功能时,得到响应
load error: File ./dist/index.js that is expected to define function doesn't exist
那是为什么?
答案 0 :(得分:2)
它没有上传我的dist文件夹,因为它被忽略了。在.gcloudignore中,我可以通过从文件中删除#!include:.gitignore来删除gitignore。
dist
.gcloudignore
#!include:.gitignore