@@ -2,10 +2,15 @@
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
- "type": "uniCloud",
- "default": {
- "launchtype": "remote"
- }
+ "default" :
+ {
+ "launchtype" : "remote"
+ },
+ "h5" :
+ "type" : "uniCloud"
+ }
]
}