chore: reenable feature after db migration

This commit is contained in:
Tianzhou Chen
2023-05-19 23:26:57 +08:00
parent 1a86bc4d7f
commit d0c6ea48e3

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,
},
};