chore: reenable account, payment and quota

This commit is contained in:
Tianzhou Chen
2023-05-18 22:51:06 +08:00
parent 8d5fbc3b64
commit 7054abe13a

View File

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