# File lib/spring/application.rb, line 255
    def setup(command)
      if command.setup
        watcher.add loaded_application_features # loaded features may have changed
      end
    end