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" +}