From aef48f943fa1c26fe646e681c18f3661557a727b Mon Sep 17 00:00:00 2001 From: wangh <9483> Date: Thu, 30 Nov 2023 11:07:48 +0800 Subject: [PATCH] no message --- gasStation-uni/.hbuilderx/launch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gasStation-uni/.hbuilderx/launch.json diff --git a/gasStation-uni/.hbuilderx/launch.json b/gasStation-uni/.hbuilderx/launch.json new file mode 100644 index 000000000..81f13f4f4 --- /dev/null +++ b/gasStation-uni/.hbuilderx/launch.json @@ -0,0 +1,16 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "default" : + { + "launchtype" : "local" + }, + "mp-weixin" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +}