Version 1
[yaffs-website] / vendor / drupal / console / config / services / drupal-console / libraries.yml
diff --git a/vendor/drupal/console/config/services/drupal-console/libraries.yml b/vendor/drupal/console/config/services/drupal-console/libraries.yml
new file mode 100644 (file)
index 0000000..65bb723
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  console.libraries_debug:
+    class: Drupal\Console\Command\Libraries\DebugCommand
+    arguments: ['@module_handler', '@theme_handler', '@library.discovery', '@app.root']
+    tags:
+      - { name: drupal.command }