fix: set now NO_LOGFILES

This commit is contained in:
DIYgod
2020-04-28 18:28:28 +08:00
parent fedfc741d5
commit 8a2528d33f
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
config.set(
Object.assign(
{
isPackage: true,
IS_PACKAGE: true,
},
conf
)