How to turn off css and js aggregation using drush in Drupal 9

To turn off css and js aggregation using drush,

drush -y config-set system.performance css.preprocess 0

drush -y config-set system.performance js.preprocess 0

Category