Class: Extension::Tasks::ExecuteCommands::Serve

Inherits:
Base
  • Object
show all
Includes:
OutdatedExtensionDetection
Defined in:
lib/project_types/extension/tasks/execute_commands/serve.rb

Instance Method Summary collapse

Instance Method Details

#callObject



15
16
17
18
19
# File 'lib/project_types/extension/tasks/execute_commands/serve.rb', line 15

def call
  ShopifyCLI::Result
    .call(&method(:merge_server_config))
    .then { |server_config| Models::DevelopmentServer.new.serve(context, server_config) }
end