File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 7575    "scripts" : {
7676        "auto-scripts" : {
7777            "cache:clear" : " symfony-cmd" 
78-             "assets:install --symlink --relative %PUBLIC_DIR%" : " symfony-cmd" 
79-             "assets:install %PUBLIC_DIR%" : " symfony-cmd" 
78+             "assets:install --symlink --relative %PUBLIC_DIR%" : " symfony-cmd" 
8079        },
8180        "post-install-cmd" : [
8281            " @auto-scripts" 
Original file line number Diff line number Diff line change @@ -11,7 +11,17 @@ framework:
1111        cookie_secure : auto 
1212        cookie_samesite : lax 
1313
14+     #  When using the HTTP Cache, ESI allows to render page fragments separately
15+     #  and with different cache configurations for each fragment
16+     #  https://symfony.com/doc/current/http_cache/esi.html
1417    esi : true 
1518    fragments : true 
19+ 
1620    php_errors :
1721        log : true 
22+ 
23+     #  The 'ide' option turns all of the file paths in an exception page
24+     #  into clickable links that open the given file using your favorite IDE.
25+     #  When 'ide' is set to null the file is opened in your web browser.
26+     #  See https://symfony.com/doc/current/reference/configuration/framework.html#ide
27+     ide : null 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments