Sha256: 2f6c1eeb72c5f77191219ce099e1e97ddee12feccd0f0d5b677341a1e3cb3b80
Contents?: true
Size: 440 Bytes
Versions: 30
Compression:
Stored size: 440 Bytes
Contents
module ShopifyCLI module Services module App module Serve class NodeService < ServeService def call generate_url CLI::UI::Frame.open(context.message("core.app.serve.running_server")) do env = project.env.to_h env["PORT"] = port.to_s context.system("npm run dev", env: env) end end end end end end end
Version data entries
30 entries across 30 versions & 1 rubygems