From 2be6fb8339e280030ccb0942f9a879081d8e7491 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Mon, 16 Oct 2017 13:18:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=96=B0=E7=89=88=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E8=80=85=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project.config.json b/project.config.json index 38bab0e..b598246 100644 --- a/project.config.json +++ b/project.config.json @@ -1,4 +1,6 @@ { "client": "./client", - "svr": "./server" -} \ No newline at end of file + "svr": "./server", + "miniprogramRoot": "./client", + "qcloudRoot": "./server" +}