From 3af015c126865c3b8fb878353f48190185ab595c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8C=E4=BA=91?= Date: Tue, 28 Nov 2023 09:35:52 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20gasStati?= =?UTF-8?q?on-uni/.hbuilderx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gasStation-uni/.hbuilderx/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gasStation-uni/.hbuilderx/launch.json diff --git a/gasStation-uni/.hbuilderx/launch.json b/gasStation-uni/.hbuilderx/launch.json deleted file mode 100644 index 81f13f4f4..000000000 --- a/gasStation-uni/.hbuilderx/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ // 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" - } - ] -}