turn off debug conditionnaly
This commit is contained in:
parent
7815c8b49a
commit
6b31d89e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'debug' => true,
|
||||
'debug' => Dir::exists('assets/dist') ? false: true,
|
||||
'cache' => [
|
||||
'pages' => [
|
||||
'active' => true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue