unicloud配置项, 需要单独在配置文件中编写unicloud对象, 例如:

  1. const config: Config = {
  2. unicloud: {
  3. }
  4. }

link

  • 类型: string
  • 默认: undefined
  • unicloud本地开发中, 需要使用link属性链接hbuilderx云函数目录, 实现本地运行调试
    1. {
    2. unicloud: {
    3. link: "/Users/seho/Documents/HBuilderProjects/sword-unicloud-faas/uniCloud-aliyun/cloudfunctions/test"
    4. }
    5. }