Skip to content

Commit

Permalink
Fix node 17 host issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Jan 8, 2022
1 parent 5173dab commit 5cdba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portal/runtime/node/launcher.cljs
Expand Up @@ -23,7 +23,7 @@
(.listen server #js {:port port :host host}
#(resolve {:http-server server
:port (.-port (.address server))
:host (.-address (.address server))}))))))
:host host}))))))

(defn start [options]
(or @server
Expand Down

0 comments on commit 5cdba58

Please sign in to comment.