mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-23 18:43:18 +08:00
chore: disable debug in production
This commit is contained in:
@ -8,7 +8,7 @@ const matrix: { [key: string]: { [feature: string]: boolean } } = {
|
|||||||
quota: true,
|
quota: true,
|
||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
debug: true,
|
debug: false,
|
||||||
account: true,
|
account: true,
|
||||||
payment: true,
|
payment: true,
|
||||||
quota: true,
|
quota: true,
|
||||||
|
Reference in New Issue
Block a user