From 03db3e6fb7f1852a229af1b81bf2a851c7cb09f2 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 9 Jul 2022 00:47:58 -0400 Subject: [PATCH] fix .env and config --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index a2f1411..2a1a94d 100644 --- a/config.js +++ b/config.js @@ -22,6 +22,6 @@ module.exports = Object.seal({ visible: true }, - hostDevFiles: true, - enableMPPCloneBot: false + hostDevFiles: false, + enableMPPCloneBot: true });