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,
|
||||
},
|
||||
production: {
|
||||
debug: true,
|
||||
debug: false,
|
||||
account: true,
|
||||
payment: true,
|
||||
quota: true,
|
||||
|
Reference in New Issue
Block a user