feat: add config.php with debug mode enabled

This commit is contained in:
2025-06-28 18:37:41 +02:00
parent 2982504b73
commit 14990f3134
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'debug' => true,
];