chore: disable debug in production

This commit is contained in:
Tianzhou Chen
2023-05-18 22:08:01 +08:00
parent b0b6caaffa
commit d198b5bc25

View File

@ -8,7 +8,7 @@ const matrix: { [key: string]: { [feature: string]: boolean } } = {
quota: true,
},
production: {
debug: true,
debug: false,
account: true,
payment: true,
quota: true,