You are here

drush.services.yml in Gatsby Live Preview & Incremental Builds 2.0.x

Same filename and directory in other branches
  1. 8 modules/gatsby_fastbuilds/drush.services.yml
modules/gatsby_fastbuilds/drush.services.yml

File

modules/gatsby_fastbuilds/drush.services.yml
View source
  1. services:
  2. gatsby_fastbuilds.commands:
  3. class: \Drupal\gatsby_fastbuilds\Commands\GatsbyFastbuildsCommands
  4. arguments: ['@gatsby.gatsby_logger', '@state']
  5. tags:
  6. - { name: drush.command }