Update debug flag to be consistent with 19.0.0+ requirements.

This commit is contained in:
borntohonk 2024-10-12 17:43:51 +02:00
parent cd6a723acb
commit 6d2f9c590a

View File

@ -245,7 +245,8 @@
{
"type": "debug_flags",
"value": {
"allow_debug": true,
"allow_debug": false,
"force_debug_prod": false,
"force_debug": true
}
},