Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Fix theme serve failing with the --host property (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
karreiro authored and Pedro Piñera committed Nov 23, 2021
1 parent 3fa490f commit 8a9b93b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/shopify_cli/theme/dev_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ def start(ctx, root, host: "127.0.0.1", port: 9292, poll: false)
@app = LocalAssets.new(ctx, @app, theme: theme)
@app = HotReload.new(ctx, @app, theme: theme, watcher: watcher, ignore_filter: ignore_filter)
stopped = false
<<<<<<< HEAD
address = "http://#{host}:#{port}"
=======
address = "http://#{http_bind}:#{port}"
>>>>>>> 14978da6 (Fix `theme serve` failing when the port is already being used (#1722))

theme.ensure_exists!

Expand Down

0 comments on commit 8a9b93b

Please sign in to comment.